Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/notify-homebrew.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,6 +20,7 @@ jobs:
notify:
name: Dispatch to homebrew-tap
runs-on: ubuntu-latest
environment: pypi
steps:
- name: Resolve version
id: version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-aur.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,6 +20,7 @@ jobs:
aur:
name: Update AUR package
runs-on: ubuntu-latest
environment: pypi
steps:
- name: Resolve version
id: version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-docker.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,6 +20,7 @@ jobs:
docker:
name: Build and push Docker image
runs-on: ubuntu-latest
environment: pypi
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
Expand Down
4 changes: 3 additions & 1 deletion docs/DISTRIBUTION_SETUP.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,7 +9,9 @@
| **AUR** | `publish-aur.yml` | `AUR_SSH_PRIVATE_KEY`, `AUR_REPO_TOKEN` |
| **Homebrew** | `notify-homebrew.yml` → `homebrew-tap` | `HOMEBREW_TAP_TOKEN` |

Configure secrets under **Settings → Secrets and variables → Actions**.
Configure secrets under **Settings → Environments → `pypi` → Environment secrets**
(not repository Action secrets). Release, Docker, AUR, and Homebrew jobs all use
`environment: pypi`.

## PyPI Trusted Publishing

Expand Down
Loading