Skip to content

Commit

Permalink
fix: try bumping semantic release action version
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed Mar 26, 2024
1 parent 3183a3b commit 972c609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python-version: "3.11"
- name: Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v8.0.7
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish package distributions to PyPI
Expand Down

0 comments on commit 972c609

Please sign in to comment.