We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It has a few paragraphs about local version identifiers https://packaging.python.org/guides/distributing-packages-using-setuptools/#local-version-identifiers where it has this not intended for publication phrase but doesn't clearly state that public indexes usually forbid local identifiers.
And uploading your project to PyPI section doesn't mention this: https://packaging.python.org/guides/distributing-packages-using-setuptools/#uploading-your-project-to-pypi (It should probably advise using/integrating twine check before uploading dists)
twine check
P.S. Today I also suggested that twine check warns about this as well: pypa/twine#430
The text was updated successfully, but these errors were encountered:
Thanks for filing this, @webknjaz!
This is a wonderful first issue for someone, so if you're up for it I encourage you to send a PR!
Sorry, something went wrong.
I'm happy to take it this week if it's still needed! @theacodes
@lorarjohns I believe it's still needed. I think if you fully understand what to add, go ahead and create a PR.
I ran into a similar issue with the publishing using github actions guide https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#publishing-the-distribution-to-pypi-and-testpypi
No branches or pull requests
It has a few paragraphs about local version identifiers https://packaging.python.org/guides/distributing-packages-using-setuptools/#local-version-identifiers where it has this not intended for publication phrase but doesn't clearly state that public indexes usually forbid local identifiers.
And uploading your project to PyPI section doesn't mention this: https://packaging.python.org/guides/distributing-packages-using-setuptools/#uploading-your-project-to-pypi
(It should probably advise using/integrating
twine check
before uploading dists)P.S. Today I also suggested that
twine check
warns about this as well: pypa/twine#430The text was updated successfully, but these errors were encountered: