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 1b7d43d commit 7fd4198Copy full SHA for 7fd4198
.github/workflows/publish.yml
@@ -21,3 +21,6 @@ jobs:
21
run: twine check dist/*
22
- name: Publish package
23
run: twine upload dist/*
24
+ env:
25
+ TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
26
+ TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
0 commit comments