Skip to content

Commit 29c9a93

Browse files
Merge pull request #15 from humbertogontijo/semantic_release_version_source
fix: repository variable for python-semantic-release
2 parents 073c11e + b9e21a3 commit 29c9a93

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)