Skip to content

Commit

Permalink
fix publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 29, 2025
1 parent 9d7443f commit 10ef485
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,9 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels-${{ matrix.os }}-${{ matrix.CIBW_BUILD }}
pattern: wheels-*
path: wheelhouse
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand All @@ -193,8 +194,9 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels-${{ matrix.os }}-${{ matrix.CIBW_BUILD }}
pattern: wheels-*
path: wheelhouse
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 10ef485

Please sign in to comment.