Skip to content

Commit

Permalink
explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Oct 16, 2024
1 parent 73cb128 commit 0f0f0e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
python${{ matrix.python.major-dot-minor }} -m venv venv
. venv/bin/activate
pip install build
python -m build --wheel extracted/*
python -m build --wheel extracted/chia_rs-*/
- name: Build Linux with maturin on Python ${{ matrix.python }}
if: matrix.os.matrix == 'ubuntu'
Expand All @@ -170,7 +170,7 @@ jobs:
python${{ matrix.python.major-dot-minor }} -m venv /venv && \
. /venv/bin/activate && \
pip install build && \
CC=gcc python -m build --wheel extracted/* \
CC=gcc python -m build --wheel extracted/chia_rs-*/ \
'
- name: Build Windows with maturin on Python ${{ matrix.python }}
Expand All @@ -182,7 +182,7 @@ jobs:
py -${{ matrix.python.major-dot-minor }} -m venv venv
. .\venv\Scripts\Activate.ps1
pip install build
python -m build --wheel extracted/*
python -m build --wheel extracted/chia_rs-*/
- name: move the wheel
run: |
Expand Down

0 comments on commit 0f0f0e6

Please sign in to comment.