Skip to content

Commit

Permalink
Remove importlib_metadata pin
Browse files Browse the repository at this point in the history
Fixed in twine pypa/twine#1125
  • Loading branch information
edeno committed Oct 23, 2024
1 parent 5b27366 commit 407f013
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
python-version: 3.9
- run: |
pip install --upgrade build twine
pip install importlib_metadata==7.2.1 # twine #977
- name: Build sdist and wheel
run: python -m build
- run: twine check dist/*
Expand Down

0 comments on commit 407f013

Please sign in to comment.