Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mailletf committed Jul 26, 2024
1 parent 3370f43 commit 6785cd2
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,37 @@ jobs:
with:
name: wheels-linux-x86_64
path: dist
- uses: actions/download-artifact@v4
with:
name: wheels-linux-x86
path: dist
- uses: actions/download-artifact@v4
with:
name: wheels-linux-aarch64
path: dist
- uses: actions/download-artifact@v4
with:
name: wheels-linux-armv7
path: dist
- uses: actions/download-artifact@v4
with:
name: wheels-musllinux-x86_64
path: dist
- uses: actions/download-artifact@v4
with:
name: wheels-musllinux-x86
path: dist
- uses: actions/download-artifact@v4
with:
name: wheels-musllinux-aarch64
path: dist
- uses: actions/download-artifact@v4
with:
name: wheels-musllinux-armv7
path: dist
- uses: actions/download-artifact@v4
with:
name: wheels-sdist
path: dist
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 6785cd2

Please sign in to comment.