Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Oct 16, 2024
1 parent 0f0f0e6 commit 6ba751f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ jobs:
pip install build
python -m build --wheel extracted/chia_rs-*/
- name: move the wheel
- name: copy the wheel
run: |
# TODO: maturin seems to entirely ignore python -m build --outdir
mkdir dist/
mv extracted/*/target/wheels/*.whl dist/
cp extracted/*/target/wheels/*.whl dist/
- uses: Chia-Network/actions/create-venv@main
id: create-venv
Expand Down

0 comments on commit 6ba751f

Please sign in to comment.