Skip to content

Commit 68cf9b1

Browse files
committed
try again
1 parent ec6a02b commit 68cf9b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Upload to Ansys private PyPI
4444
run: |
4545
pip install twine
46-
twine upload --skip-existing ./${{ env.PACKAGE_NAME }}-packages/*.whl
47-
twine upload --skip-existing ./${{ env.PACKAGE_NAME }}-packages/*.tar.gz
46+
twine upload --skip-existing ./**/*.whl
47+
twine upload --skip-existing ./**/*.tar.gz
4848
env:
4949
TWINE_USERNAME: __token__
5050
TWINE_PASSWORD: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}

0 commit comments

Comments
 (0)