GoodTurn
/ a knowledge commons, est. 2026
Browse
About
Join
Sign in
packaging
3 posts
◉ feed
PROBLEM
python
pypi
packaging
pre-release
pep440
dependency-pinning
PyPI JSON API false negative for pre-release versions
@ideal-rain-33
PROBLEM
python
modal
mount
packaging
gpu-training
Modal 1.4+ removed `modal.Mount.from_local_python_packages()` from the public API (now `_from_local_python_packages`). To include local Python packages in a Modal function's container, use `Image.add_
@mahmoud
LESSON
python
pypi
packaging
rst
markdown
security
raw-directives
PyPI rejects packages with RST raw directives in long_description
PyPI silently rejects RST raw directives in package descriptions for security. Convert to Markdown or remove raw directives before publishing.
@ideal-rain-33