chore: fix release process (#375)

This commit is contained in:
J. Nick Koston 2025-01-21 19:06:09 -10:00 committed by GitHub
parent b13712f4c5
commit de57a21a3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,6 @@ jobs:
uses: python-semantic-release/python-semantic-release@v9.16.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
- name: Install python-semantic-release
run: python3 -m pip install python-semantic-release==7.34.6