chore: bump python-semantic-release to fix CI (#196)

This commit is contained in:
J. Nick Koston
2023-02-13 18:26:15 -06:00
committed by GitHub
parent 72ddb156f0
commit 6387f821e0

View File

@@ -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 }}