We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51f5b1 commit 7929c3eCopy full SHA for 7929c3e
.github/workflows/publish.yml
@@ -29,4 +29,4 @@ jobs:
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
run: |
32
- python -m twine upload --repository-url https://upload.pkg.github.com/${{ github.repository }}/ dist/*
+ python -m twine upload --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --repository-url https://upload.pkg.github.com/${{ github.repository }}/ dist/*
0 commit comments