Skip to content

Commit

Permalink
Update release-wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend authored Sep 25, 2024
1 parent 056d872 commit a64839c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
run: python3 -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v4
with:
name: wheel-cp${{ matrix.python }}-${{ matrix.platform_id }}.whl
path: ./wheelhouse/*.whl
name: wheel-cp${{ matrix.python }}-${{ matrix.platform_id }}
path: wheelhouse/*.whl
publish-to-pypi:
name: Publish Python 🐍 distribution 📦 to PyPI
needs:
Expand All @@ -84,6 +84,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: wheel-cp*.whl
path: wheelhouse/
path: wheelhouse/*.whl
merge-multiple: true
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit a64839c

Please sign in to comment.