uv sync Observe that the development dependencyrepro-uv-8148-bwas not installed in.venv. Logs: %uv sync --verboseDEBUG uv 0.5.11DEBUG Found project root: `/media/data/dev/repro-uv-8148-a`DEBUG No workspace root
zanieb added the ci:skip label Feb 5, 2025 View details zanieb merged commit 99c99ab into astral-sh:main Feb 5, 2025 46 checks passed samypr100 deleted the revert-attestations-on-releases branch February 5, 2025 23:19 samypr100 mentioned this pull request Feb 9, 2025 feat: sup...
python setup.py egg_info --egg-base tmp/build sdist --dist-dir tmp/dist How it works: sdist anyway runs egg_info command, all commands run only once, so you can freely add all the commands you already use and override their options. ...