Skip to content

Commit

Permalink
Update following pypa/cibuildwheel#1705
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed Dec 21, 2023
1 parent 5c2a8c0 commit ed2c65e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ matrix.cp }}
path: ./wheelhouse/*.whl
retention-days: 1

Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: cibw-sdist
path: dist/*.tar.gz
retention-days: 1

Expand All @@ -99,10 +101,11 @@ jobs:
# alternatively, to publish when a GitHub Release is created, use the following rule:
# if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: cibw-*
path: dist
merge-multiple: true

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

0 comments on commit ed2c65e

Please sign in to comment.