Skip to content

Commit

Permalink
Merge pull request #295 from zowe/fix/create-pysdk-bundle
Browse files Browse the repository at this point in the history
Fix error bundling wheels for Python Secrets SDK
  • Loading branch information
t1m0thyj authored Nov 14, 2024
2 parents 8053d8d + fc5fd5c commit 7ad3395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zowe-cli-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
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 |
grep -Eo 'href="https://[^"]+\.whl"' | cut -d '"' -f 2 |
while read -r url; do curl -fLOJ $url; done
else
pip3 download --no-binary charset-normalizer,pyyaml zowe
Expand Down

0 comments on commit 7ad3395

Please sign in to comment.