Skip to content

Commit

Permalink
debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
sumerc committed Nov 7, 2024
1 parent 2ebc7da commit b22ab57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.21.3

- uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.os }}-${{ matrix.python-version }}
path: dist
path: ./wheelhouse/*.whl

build_sdist:
name: Build source distribution
Expand Down

0 comments on commit b22ab57

Please # to comment.