diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 6cedde684..c59ca9f79 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -15,6 +15,7 @@ jobs: build: runs-on: ubuntu-latest permissions: + contents: read actions: write steps: - name: Checkout release tag diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a22c7c34b..b86ff5124 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@${VERSION} \`\`\` - > **Note:** PyPI publishing runs shortly after this release is created. If the PyPI version is not yet available, use the source install command above. + > **Note:** PyPI publishing is triggered manually after this release. If the PyPI version is not yet available, use the source install command above. NOTES_EOF