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 7674419 commit c8c8276Copy full SHA for c8c8276
.github/workflows/ci.yml
@@ -95,8 +95,8 @@ jobs:
95
- name: Upload to Public PyPi
96
run: |
97
pip install twine
98
- twine upload ./**/*.whl
99
- twine upload ./**/*.tar.gz
+ twine upload --skip-existing ./**/*.whl
+ twine upload --skip-existing ./**/*.tar.gz
100
env:
101
TWINE_USERNAME: __token__
102
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
ansys/api/additive/VERSION
@@ -1 +1 @@
1
-5.1.4
+5.1.5
0 commit comments