Skip to content

Commit b9e21a3

Browse files
fix: repository variable for python-semantic-release
1 parent 5886535 commit b9e21a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,5 @@ jobs:
6969
uses: relekang/[email protected]
7070
with:
7171
github_token: ${{ secrets.GITHUB_TOKEN }}
72-
pypi_token: ${{ secrets.PYPI_TOKEN }}
72+
repository_username: __token__
73+
repository_password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)