Skip to content

Commit

Permalink
change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Sep 29, 2023
1 parent 89d3190 commit 7caf3c7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
steps:
- uses: actions/checkout@v3
with:
path: bindings/python
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand All @@ -38,6 +36,7 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto
working-directory: bindings/python
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand All @@ -51,8 +50,6 @@ jobs:
target: [x64, x86]
steps:
- uses: actions/checkout@v3
with:
path: bindings/python
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand All @@ -76,8 +73,6 @@ jobs:
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
with:
path: bindings/python
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand All @@ -97,8 +92,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: bindings/python
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 7caf3c7

Please sign in to comment.