We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6a02b commit 68cf9b1Copy full SHA for 68cf9b1
.github/workflows/ci.yml
@@ -43,8 +43,8 @@ jobs:
43
- name: Upload to Ansys private PyPI
44
run: |
45
pip install twine
46
- twine upload --skip-existing ./${{ env.PACKAGE_NAME }}-packages/*.whl
47
- twine upload --skip-existing ./${{ env.PACKAGE_NAME }}-packages/*.tar.gz
+ twine upload --skip-existing ./**/*.whl
+ twine upload --skip-existing ./**/*.tar.gz
48
env:
49
TWINE_USERNAME: __token__
50
TWINE_PASSWORD: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
0 commit comments