Skip to content

Commit

Permalink
require latest twine
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs committed Dec 2, 2024
1 parent f8e0587 commit 38aecca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build twine
pip install 'twine>=6.0.1'
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ commands =
[testenv:check]
deps =
docutils
twine >= 1.12.0
twine >= 6.0.1
readme-renderer
flake8
pygments
Expand Down

0 comments on commit 38aecca

Please sign in to comment.