Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mailletf committed Jul 26, 2024
1 parent 30f358e commit 655d7d7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
target: aarch64
- runner: ubuntu-latest
target: armv7
- runner: ubuntu-latest
target: s390x
- runner: ubuntu-latest
target: ppc64le
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -136,7 +132,15 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels-*/*
name: wheels-macos-x86_64
path: dist
- uses: actions/download-artifact@v4
with:
name: wheels-macos-aarch64
path: dist
- uses: actions/download-artifact@v4
with:
name: wheels-linux-x86_64
path: dist
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 655d7d7

Please sign in to comment.