Skip to content

Commit

Permalink
feat: disable python semantic release job
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptk committed May 25, 2023
1 parent dfabb7b commit 1d2efba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
# - Create git tag
# - Create GitHub release
# - Publish to PyPI
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.33.2
with:
github_token: ${{ secrets.GH_TOKEN }}
repository_username: __token__
repository_password: ${{ secrets.PYPI_TOKEN }}
# - name: Python Semantic Release
# uses: relekang/python-semantic-release@v7.33.2
# with:
# github_token: ${{ secrets.GH_TOKEN }}
# repository_username: __token__
# repository_password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 1d2efba

Please sign in to comment.