Skip to content

Commit

Permalink
Only use manylinux wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Mar 7, 2024
1 parent 873d355 commit 9b7f966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@ jobs:
uses: actions/download-artifact@v4
with:
name: packages-linux-auto64
pattern: "*cp312*.whl"
pattern: "*cp312-manylinux*.whl"
path: dist/
- name: load Linux arm distribution 📦
uses: actions/download-artifact@v4
with:
name: packages-linux-aarch64
pattern: "*cp312*.whl"
pattern: "*cp312-manylinux*.whl"
path: dist/
- name: Build (and potentially push) the Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 9b7f966

Please sign in to comment.