Skip to content

Commit

Permalink
Fixed path.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Dec 11, 2024
1 parent 5b25da8 commit 8524dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ jobs:
TWINE_REPOSITORY: testpypi
TWINE_USERNAME: ${{ secrets.TESTPYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TESTPYPI_PASSWORD }}
run: twine upload --verbose dist/*
run: twine upload --verbose *

- name: Release upload
if: github.event_name == 'release'
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: twine upload --verbose dist/*
run: twine upload --verbose *

0 comments on commit 8524dc9

Please sign in to comment.