Skip to content

Commit

Permalink
Updated twine version to address issue with release action
Browse files Browse the repository at this point in the history
  • Loading branch information
akenion committed Jul 3, 2024
1 parent 84a7486 commit 9619afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: '3.8'
- name: Upload distribution packages
run: |
pip install twine~=4.0.2
pip install twine~=5.1.1
if [ "${{ github.event.inputs.pypi_repository }}" = "pypi" ]; then
export TWINE_USERNAME="__token__"
export TWINE_PASSWORD="${{ secrets.PYPI_TWINE_PASSWORD }}"
Expand Down

0 comments on commit 9619afb

Please sign in to comment.