uv/scripts/publish
konsti 499c8aa808
Fix PyPI publish test script (#14116)
The script stumbled over a newline introduced in
https://github.com/pypi/warehouse/pull/18266 (which is valid).

Also fixed: Don't read versions for the same package from other indexes.
We were using `project_name` here instead of `target`, while using the
latter and only reading from a single index simplifies the code too.
2025-06-18 09:51:53 +02:00
..
.gitignore Add uv publish: Basic upload with username/password or keyring (#7475) 2024-09-24 15:33:06 +00:00
test_publish.py Fix PyPI publish test script (#14116) 2025-06-18 09:51:53 +02:00
test_publish.py.lock Use script locking for publish test script (#10611) 2025-01-14 21:10:35 +01:00