Skip to content

Commit

Permalink
failure in twine 4.0.2 moved to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btr1975 committed Aug 17, 2024
1 parent 5a74225 commit 2319740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: '3.12'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ tomli~=2.0.1
pytest-cov~=4.1.0
sphinx~=7.1.2
pylint~=2.17.5
twine~=4.0.2
twine~=5.1.1

0 comments on commit 2319740

Please sign in to comment.