-
Notifications
You must be signed in to change notification settings - Fork 408
Closed
Description
The PyPI artifacts for 4.0.0 violate the current version of sdist & wheel specifications by using dots in filenames:
github3.py-4.0.0.tar.gz
github3.py-4.0.0-py3-none-any.whl
However, the directory inside sdist seems to be named correctly:
$ tar -tf github3.py-4.0.0.tar.gz | head -n 1
github3_py-4.0.0/.pre-commit-config.yaml
FWIK hatchling does the correct thing so I guess the release pipeline is broken somewhere and renames the files to non-conformant filenames (but leaving the internal structure correct).
Metadata
Metadata
Assignees
Labels
No labels