Skip to content

Commit

Permalink
ci: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Apr 22, 2024
1 parent e044bb2 commit 4bbd573
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,17 @@ jobs:
sparse-checkout-cone-mode: false
- name: Move binding files to root
run: |
ls -lah
shopt -s dotglob
mv bindings/python/* .
rm -rf bindings
ls -lah
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11
args: --release --out dist -i 3.8 3.9 3.10 3.11
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand All @@ -56,11 +54,7 @@ jobs:
sparse-checkout-cone-mode: false
- name: Move binding files to root
run: |
ls -lah
shopt -s dotglob
mv bindings/python/* .
rm -rf bindings
ls -lah
Move-Item -Path .\bindings\python\* -Destination .\
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down Expand Up @@ -89,11 +83,9 @@ jobs:
sparse-checkout-cone-mode: false
- name: Move binding files to root
run: |
ls -lah
shopt -s dotglob
mv bindings/python/* .
rm -rf bindings
ls -lah
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down

0 comments on commit 4bbd573

Please sign in to comment.