chore: ci fixes
This commit is contained in:
parent
fc7f24d961
commit
fad09d60a8
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -42,8 +42,6 @@ jobs:
|
|||||||
- "3.10"
|
- "3.10"
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
|
||||||
- macOS-latest
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -82,7 +80,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.27.1
|
uses: relekang/python-semantic-release@v7.31.4
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pypi_token: ${{ secrets.PYPI_TOKEN }}
|
pypi_token: ${{ secrets.PYPI_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user