Skip to content

Commit efd2950

Browse files
rustyconoverclaude
andcommitted
ci(release): skip vgi-fixtures publish until its PyPI publisher exists
vgi-fixtures has no Trusted Publisher yet (blocked on a PyPI new-project limit). The job's independent publish step would fail; gate it with 'if: false' so vgi-python releases cleanly. The wheel is still built and twine-checked; re-enable once the publisher is set up. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent de5f811 commit efd2950

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ jobs:
7878
needs: build
7979
runs-on: ubuntu-latest
8080
environment: pypi
81+
# Disabled until a Trusted Publisher exists for the `vgi-fixtures`
82+
# project on PyPI (blocked on a PyPI new-project limit). The wheel is
83+
# still built + metadata-checked above; only the upload is skipped, so
84+
# vgi-python releases cleanly. Re-enable (delete this `if`) once the
85+
# publisher is configured.
86+
if: false
8187
permissions:
8288
id-token: write # required for Trusted Publishing
8389
steps:

0 commit comments

Comments
 (0)