Skip to content

Commit

Permalink
Remove ZIP sdist format due to PEP 625
Browse files Browse the repository at this point in the history
  • Loading branch information
natezb committed Dec 31, 2024
1 parent 33aebe5 commit 3b8aa93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build distributions via setup.py
run: >-
python setup.py
sdist --formats=zip
sdist
bdist_wheel
- name: Store the distribution packages
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[sdist]
formats = zip

[metadata]
license_file = LICENSE

Expand Down

0 comments on commit 3b8aa93

Please sign in to comment.