diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4e112c..35d2db1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,13 +84,13 @@ jobs: - uses: actions/checkout@v3 - - uses: messense/maturin-action@v1 + - uses: PyO3/maturin-action@v1 if: ${{ matrix.os == 'ubuntu-latest' }} with: manylinux: auto rust-toolchain: nightly command: build - args: --release --sdist -o dist --find-interpreter -m goldpy/Cargo.toml + args: --release --sdist -o dist -m goldpy/Cargo.toml - uses: messense/maturin-action@v1 if: ${{ matrix.os == 'windows-latest' }} @@ -98,22 +98,22 @@ jobs: manylinux: auto rust-toolchain: nightly command: build - args: --release -o dist --find-interpreter -m goldpy/Cargo.toml - - - uses: actions/setup-python@v4 - if: ${{ matrix.os == 'macos-latest' }} - with: - python-version: '3.12' - - - uses: actions/setup-python@v4 - if: ${{ matrix.os == 'macos-latest' }} - with: - python-version: '3.9' - - - uses: actions/setup-python@v4 - if: ${{ matrix.os == 'macos-latest' }} - with: - python-version: '3.8' + args: --release -o dist -m goldpy/Cargo.toml + + # - uses: actions/setup-python@v4 + # if: ${{ matrix.os == 'macos-latest' }} + # with: + # python-version: '3.12' + + # - uses: actions/setup-python@v4 + # if: ${{ matrix.os == 'macos-latest' }} + # with: + # python-version: '3.9' + + # - uses: actions/setup-python@v4 + # if: ${{ matrix.os == 'macos-latest' }} + # with: + # python-version: '3.8' - uses: messense/maturin-action@v1 if: ${{ matrix.os == 'macos-latest' }}