chore: bump python-semantic-release to fix CI (#196)
This commit is contained in:
parent
72ddb156f0
commit
6387f821e0
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: wagoid/commitlint-github-action@v4.1.11
|
||||
- uses: wagoid/commitlint-github-action@v5
|
||||
|
||||
test:
|
||||
strategy:
|
||||
@ -95,7 +95,7 @@ jobs:
|
||||
# - Create GitHub release
|
||||
# - Publish to PyPI
|
||||
- name: Python Semantic Release
|
||||
uses: relekang/python-semantic-release@v7.31.4
|
||||
uses: relekang/python-semantic-release@v7.33.1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
pypi_token: ${{ secrets.PYPI_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user