Skip to content

Commit

Permalink
Update wheel download pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber authored Jun 19, 2024
1 parent 214406a commit fc0c66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
strategy:
matrix:
py: ["38", "39", "310", "311", "312"]
arch: ["x86_64", "aarch64"]
arch: ["x86_64"]#, "aarch64"]
libc: ["many"]
fail-fast: true
env:
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: dist
name: cibw-*
pattern: cibw-*
merge-multiple: true
- name: pypi-publish
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit fc0c66a

Please sign in to comment.