Skip to content

Commit

Permalink
chore: update ci workflow (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 16, 2023
1 parent 27435cb commit 45931c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
# - Create GitHub release
# - Publish to PyPI
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.32.2
uses: python-semantic-release/python-semantic-release@v7.34.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 45931c8

Please sign in to comment.