Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-migas committed Apr 13, 2023
1 parent 717e74a commit 8074d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
run: twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_ALL_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

- uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 8074d8d

Please sign in to comment.