Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Nov 28, 2024
1 parent 5b438e7 commit 2c5f01a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,36 +84,36 @@ 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' }}
with:
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' }}
Expand Down

0 comments on commit 2c5f01a

Please sign in to comment.