Conversation
- fixed the raised value and configuration errors in pyproject.toml - made explicit the creation of a LICENSE file - added TestPyPI installation example (package wasn't recognized with current's tutorial command)
Thank you @sinoroc. Accepting changes. Co-authored-by: sinoroc <5529267+sinoroc@users.noreply.github.com>
cassiasamp
left a comment
There was a problem hiding this comment.
Thank you @sinoroc. Accepting changes.
| In case there is an issue with the above instruction and the package isn't recognized, use the link provided at TestPyPI: | ||
|
|
||
| .. code-block:: bash | ||
|
|
||
| python3 -m pip install --index-url https://test.pypi.org/simple/ example-package-YOUR-USERNAME-HERE |
There was a problem hiding this comment.
I don't understand; how does omitting --no-deps help work around this issue?
There was a problem hiding this comment.
It's also dangerous to suggest this, as any other deps will be allowed from TestPyPI enabling supply chain attacks.
| ] | ||
| license = "MIT" | ||
| license-files = ["LICEN[CS]E*"] | ||
| license = { file = "LICENSE" } |
There was a problem hiding this comment.
PEP 639 deprecates this syntax and uses this field for SPDX.
Sounds like you might've been attempting to access the project very soon after upload. (Test)PyPI has caching in place and new uploads might become available for consumption in 10 minutes. This has nothing to do with |
| license = "MIT" | ||
| license-files = ["LICEN[CS]E*"] |
There was a problem hiding this comment.
It's unclear what this change attempts to achieve. So far, it doesn't look acceptable.
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
|
I have made the requested changes @webknjaz ✌🏽 |
|
Check the inline threads. |
as explained earlier this syntax caused an error, but rolling back due to comments
|
it seems they are all checked, please let me know if there is an specific one I have missed |
|
E |
|
Could you
|
hi everyone, I was following the tutorial for packaging projects and thought that some details might help others.
This commit:
📚 Documentation preview 📚: https://python-packaging-user-guide--1818.org.readthedocs.build/en/1818/