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 32d03a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- uses: pypa/[email protected]
if: steps.cache-wheel.outputs.cache-hit != 'true'

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: wheelhouse/*.whl
name: wheels-${{ matrix.os }}-${{ matrix.CIBW_BUILD }}
Expand All @@ -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 32d03a6

Please sign in to comment.