Skip to content

Commit 30b4e9b

Browse files
committed
chore(ci): update semantic release step
1 parent 2dbce3a commit 30b4e9b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ jobs:
7070
- run: pip install packaging
7171

7272
- name: Python Semantic Release
73-
uses: relekang/python-semantic-release@v7.28.1
73+
uses: python-semantic-release/python-semantic-release@v9.17.0
7474
with:
7575
github_token: ${{ secrets.GITHUB_TOKEN }}
76-
repository_username: __token__
77-
repository_password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)