Skip to content

Commit

Permalink
ci: Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Barrow authored Jun 6, 2024
1 parent 67f2f86 commit dd866a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

- name: Release wheels
uses: softprops/action-gh-release@v1
with:
files: ./wheelhouse/*.whl
#- name: Release wheels
# uses: softprops/action-gh-release@v1
# with:
# files: ./wheelhouse/*.whl

upload_pypi:
needs: [build_wheels]
Expand Down

0 comments on commit dd866a3

Please sign in to comment.