Skip to content

Commit

Permalink
Merge pull request #2322 from SciTools/dependabot/github_actions/pypa…
Browse files Browse the repository at this point in the history
…/cibuildwheel-2.16.5

Bump pypa/cibuildwheel from 2.16.2 to 2.16.5
  • Loading branch information
dopplershift committed Mar 13, 2024
2 parents 639ff6f + 2555056 commit d6844a5
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Upload sdist result
uses: actions/upload-artifact@v4
with:
name: sdist
name: cibw-sdist
path: dist/*.tar.gz
if-no-files-found: error

Expand Down Expand Up @@ -110,16 +110,17 @@ jobs:
- name: Download sdist
uses: actions/download-artifact@v4
with:
name: sdist
name: cibw-sdist
path: dist

- uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
- uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
with:
only: ${{ matrix.only }}
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}

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

publish:
Expand All @@ -138,14 +139,9 @@ jobs:
- name: Download wheels
uses: actions/download-artifact@v4
with:
name: artifact
path: dist

- name: Download sdist
uses: actions/download-artifact@v4
with:
name: sdist
pattern: cibw-*
path: dist
merge-multiple: true

- name: Publish Package
uses: pypa/gh-action-pypi-publish@v1.8.14

0 comments on commit d6844a5

Please sign in to comment.