Skip to content

Commit

Permalink
Update release.yml to pass in --build flag so the wheel is built
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Jul 19, 2023
1 parent 908eab5 commit 5d4bfe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ jobs:
shell: bash -le {0}
run: |
python --version 2>&1 | grep 'Python 3\.8'
bash build/ci-py-build-wheels.sh
bash build/ci-py-build-wheels.sh --build
- uses: conda-incubator/[email protected]
with:
Expand Down Expand Up @@ -429,7 +429,7 @@ jobs:
shell: bash
run: |
python --version 2>&1 | grep 'Python 3\.8'
bash build/ci-py-build-wheels.sh
bash build/ci-py-build-wheels.sh --build
- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -512,7 +512,7 @@ jobs:
shell: bash
run: |
python --version 2>&1 | grep 'Python 3\.8'
bash build/ci-py-build-wheels.sh
bash build/ci-py-build-wheels.sh --build
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 5d4bfe8

Please sign in to comment.