Skip to content

Commit

Permalink
download with correct package names
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Mar 7, 2024
1 parent 93bbd60 commit 873d355
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,16 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: load Linux distribution 📦
- name: load Linux x86 distribution 📦
uses: actions/download-artifact@v4
with:
name: packages-linux
name: packages-linux-auto64
pattern: "*cp312*.whl"
path: dist/
- name: load Linux arm distribution 📦
uses: actions/download-artifact@v4
with:
name: packages-linux-aarch64
pattern: "*cp312*.whl"
path: dist/
- name: Build (and potentially push) the Docker image
Expand Down

0 comments on commit 873d355

Please sign in to comment.