Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
SHA: ${{ github.sha }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
# Needed for the CHANGELOG.md extraction step below — this job has no
# other source of the repo's files. Its absence went unnoticed through
# review because this job only triggers on push:tags, never on
# pull_request, so no PR's CI ever actually executes it.
- uses: actions/checkout@v4

- name: Wait for publish-pypi.yml and images.yml to finish on this commit
run: |
set -euo pipefail
Expand Down
Loading