diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4a48556..4f37133 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 @@ -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" @@ -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" @@ -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" @@ -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: @@ -119,4 +117,4 @@ jobs: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: command: upload - args: --skip-existing * + args: --non-interactive --skip-existing *