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 28, 2025
1 parent 9d7443f commit 77cac34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels-${{ matrix.os }}-${{ matrix.CIBW_BUILD }}
pattern: wheels-*
path: wheelhouse

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

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

0 comments on commit 77cac34

Please sign in to comment.