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