Skip to content

Commit

Permalink
ci: restrict pypi job to amd64
Browse files Browse the repository at this point in the history
The `gh-action-pypi-publish` pulls in a docker image to do the actual publishing, and said image is apparently always amd64
  • Loading branch information
tigarmo committed Dec 13, 2024
1 parent 0b70cf1 commit b6842c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: dist/
pypi:
needs: ["source-wheel"]
runs-on: [self-hosted, jammy]
runs-on: [self-hosted, jammy, amd64]
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
Expand Down

0 comments on commit b6842c0

Please sign in to comment.