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 88ac54d commit c2aa574Copy full SHA for c2aa574
.github/workflows/publish.yml
@@ -23,4 +23,4 @@ jobs:
23
- uses: extractions/setup-just@v2
24
- run: just install
25
- run: poetry version ${{ github.event.release.tag_name }}
26
- - run: poetry publish --build --username __token__ --password ${{ secrets.GITHUB_TOKEN }}
+ - run: poetry publish --build --username __token__ --password ${{ secrets.PYPI_TOKEN }}
0 commit comments