Skip to content

Commit

Permalink
cleaner fix for package metadata issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Jan 31, 2025
1 parent 7b8d621 commit 98b722f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ jobs:
manylinux: ${{ matrix.manylinux || 'auto' }}
sccache: 'true'
rust-toolchain: "1.79"
# NOTE: version pin due to to github.com/pypi/warehouse/issues/15611
- run: pip install -U twine==6.0.1
- run: pip install -U twine packaging
- run: twine check --strict dist/*
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -95,8 +94,7 @@ jobs:
run: |
pip install build
python -m build --sdist --outdir dist
# NOTE: version pin due to to github.com/pypi/warehouse/issues/15611
- run: pip install -U twine==6.0.1
- run: pip install -U twine packaging
- run: twine check --strict dist/*
- name: Upload sdist
uses: actions/upload-artifact@v4
Expand All @@ -111,8 +109,7 @@ jobs:
needs: [binary, sdist]
steps:
- uses: actions/download-artifact@v4
# NOTE: version pin due to to github.com/pypi/warehouse/issues/15611
- run: pip install -U twine==6.0.1
- run: pip install -U twine packaging
- name: Publish to PyPI
run: |
twine upload --non-interactive --disable-progress-bar --skip-existing wheels-*/*
Expand Down
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ flake8>=6,<8
isort>=5,<6
slotscheck>=0.17,<0.20
build
# NOTE: version pin due to to github.com/pypi/warehouse/issues/15611
twine==6.0.1
twine>=6.1
packaging>=24
pyperf>2,<3

0 comments on commit 98b722f

Please sign in to comment.