Skip to content

Commit

Permalink
Update UploadLastRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni authored Jan 29, 2024
1 parent 1039d68 commit 613b2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UploadLastRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
run: |
sudo apt-get install -y twine
cd wheels
twine upload * -u ${{ secrets.TWINE_USER }} -p ${{ secrets.TWINE_PSSW }}
twine upload * -u __token__ -p ${{ secrets.TWINE_TOKEN }}

0 comments on commit 613b2f0

Please sign in to comment.