Skip to content

Commit

Permalink
adding windows branch for execution of build_wheels workflow and disa…
Browse files Browse the repository at this point in the history
…bling testpypi upload for now
  • Loading branch information
stephen-dixon committed May 8, 2024
1 parent 280ec9c commit abf6d9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- feature/python-wheels
- feature/python-wheels-windows

jobs:
build_wheels:
Expand Down Expand Up @@ -204,7 +205,7 @@ jobs:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

upload_pypi:
.upload_pypi:
needs: build_wheels
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit abf6d9c

Please sign in to comment.