Don't run publish tests from fork (#8168)

Only the astral-sh/uv repository has the secrets.

---------

Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
This commit is contained in:
konsti 2024-10-14 22:46:41 +02:00 committed by GitHub
parent c5d9f55bc4
commit 0c5d05d9e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "httpx>=0.27,<0.28",
# "httpx>=0.27.2,<0.28",
# "packaging>=24.1,<25",
# ]
# ///