Skip to content

Commit ec6a02b

Browse files
committed
try fixing release action
1 parent 4ed696f commit ec6a02b

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 ./dist/*.whl
47-
twine upload --skip-existing ./dist/*.tar.gz
46+
twine upload --skip-existing ./${{ env.PACKAGE_NAME }}-packages/*.whl
47+
twine upload --skip-existing ./${{ env.PACKAGE_NAME }}-packages/*.tar.gz
4848
env:
4949
TWINE_USERNAME: __token__
5050
TWINE_PASSWORD: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}

0 commit comments

Comments
 (0)