Skip to content

Commit

Permalink
fixate twine version (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-romanov-o authored Jul 1, 2024
1 parent 23937d6 commit 8dda68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
continue-on-error: ${{ inputs.bypass_checks || inputs.bypass_code_checks }}
shell: bash
run: |
pip install twine
pip install twine==5.1.0
make build
twine check dist/*
make test PYTHON=${{ matrix.python-version }}
Expand Down

0 comments on commit 8dda68b

Please sign in to comment.