Skip to content

Commit c2aa574

Browse files
committed
fix publish stage
1 parent 88ac54d commit c2aa574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- uses: extractions/setup-just@v2
2424
- run: just install
2525
- run: poetry version ${{ github.event.release.tag_name }}
26-
- run: poetry publish --build --username __token__ --password ${{ secrets.GITHUB_TOKEN }}
26+
- run: poetry publish --build --username __token__ --password ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)