chore: fix release process (#375)
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -124,7 +124,6 @@ jobs:
|
|||||||
uses: python-semantic-release/python-semantic-release@v9.16.1
|
uses: python-semantic-release/python-semantic-release@v9.16.1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pypi_token: ${{ secrets.PYPI_TOKEN }}
|
|
||||||
|
|
||||||
- name: Install python-semantic-release
|
- name: Install python-semantic-release
|
||||||
run: python3 -m pip install python-semantic-release==7.34.6
|
run: python3 -m pip install python-semantic-release==7.34.6
|
||||||
|
|||||||
Reference in New Issue
Block a user