Skip to content

Commit bc3ef02

Browse files
committed
init
1 parent bc8feb4 commit bc3ef02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
3131
skip-existing: true
32-
token: ${{ secrets.PYPI_TOKEN }} # Add this line
32+
username: '__token__'
33+
password: ${{ secrets.PYPI_TOKEN }} # Add this line

0 commit comments

Comments
 (0)