Skip to content

Commit 3fde7b0

Browse files
authored
Update deploy.yml
1 parent 602777d commit 3fde7b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Python Semantic Release
17-
uses: snowch/python-semantic-release@master
17+
# uses: snowch/python-semantic-release@master
18+
uses: relekang/python-semantic-release@master
1819
with:
1920
github_token: ${{ secrets.SNOWCH_ACCESS_TOKEN }}
2021
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)