Skip to content

Commit

Permalink
Update Python SDK packages and rc number
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Aug 26, 2024
1 parent 64b7eef commit c84eb4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zowe-cli-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
mkdir -p temp && cd temp
mkdir -p licenses && cd licenses && cp /tmp/zowe_licenses_cli.zip zowe_licenses_cli.zip && cd ..
if [[ "${{ inputs.package-tag }}" != "zowe-v1-lts" ]]; then
pip3 download --no-binary charset-normalizer,pyrsistent,pyyaml --pre zowe
pip3 download --no-binary charset-normalizer,pyrsistent,pyyaml --pre zowe-python-sdk-bundle
# Download Secrets SDK binary wheels for all platforms
curl -fs https://pypi.org/project/zowe-secrets-for-zowe-sdk/#files |
grep -Eo 'href="[^"]+\.whl"' | cut -d '"' -f 2 |
Expand Down
2 changes: 1 addition & 1 deletion zowe-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ tags:
rc: 1
zowe-v2-lts:
version: 2.18.0
rc: 5
rc: 6
# next:
# version: 2.0.0
# snapshot: '2022-04-15'

0 comments on commit c84eb4b

Please sign in to comment.