-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
twine 6 seems to break twine check
"globs"
#1187
Comments
Oh, I think I see what's happening here -- |
Hooray! Thanks for the fast fix! |
Not to press of course, but is the hope to do a 6.0.1 release of twine with this? It essentially breaks CI in all my projects unfortunately (for me), so just checking if I should put any effort into reworking my setups. (Though I guess I will anyhow for pinning twine's own version...) |
I can prep a PR for a 6.0.1 release; I need to add a CHANGELOG entry anyways. |
I've opened #1189 with the release prep. |
Amazing, let me know if I can help at all obviously. |
Is there an existing issue for this?
What keywords did you use to search existing issues?
glob
dist*
What operating system are you using?
macOS
If you selected 'Other', describe your Operating System here
What version of Python are you running?
3.12.7
How did you install twine? Did you use your operating system's package manager or pip or something else?
`pip install twine`, but also `uv run` (see below)
What version of twine do you have installed (include the complete output)
twine version 6.0.0 (keyring: 25.5.0, pkginfo: 1.11.2, requests: 2.32.3, requests-toolbelt: 1.0.0, urllib3: 2.2.3)
Which package repository are you using?
pypi production
Please describe the issue that you are experiencing
twine check "dist/*"
used to check all distributions indist
.It's documented as the "way" to use twine check in its
--help
:But
twine 6
seems to no longer support this. (Here I've cloned the twine repository itself as a test package, and runpyproject-build .
on it to produce adist
directory).Please list the steps required to reproduce this behaviour
Previous versions still work fine of course:
Anything else you'd like to mention?
No response
The text was updated successfully, but these errors were encountered: