Skip to content

Commit

Permalink
Reset maturin CI from script.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-parton committed Oct 13, 2023
1 parent 7bd797d commit 899bed2
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is autogenerated by maturin v1.1.0
# This file is autogenerated by maturin v1.3.0
# To update, run
#
# maturin generate-ci github
Expand All @@ -25,7 +25,7 @@ jobs:
matrix:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand All @@ -46,11 +46,9 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
# Disable x86, not working on Github currently
# target: [x64, x86]
target: [x64]
target: [x64, x86]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand All @@ -73,7 +71,7 @@ jobs:
matrix:
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand All @@ -92,7 +90,7 @@ jobs:
sdist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
Expand All @@ -119,4 +117,4 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --skip-existing *
args: --non-interactive --skip-existing *

0 comments on commit 899bed2

Please sign in to comment.