Skip to content

Commit

Permalink
Update publish_metal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ginty authored Dec 5, 2023
1 parent 5b0f9a6 commit 766ad6b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/publish_metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:
with:
maturin-version: v0.11.3-beta.6
command: build
args: --release --no-sdist --manifest-path rust/pyapi_metal/Cargo.toml --interpreter python3.7 python3.8 python3.9
args: --release --no-sdist --manifest-path rust/pyapi_metal/Cargo.toml --interpreter python3.10
manylinux: 2010
container: quay.io/pypa/manylinux2010_x86_64:2021-08-16-2fbce44
rust-toolchain: 1.54.0

- name: Build the Python Package (Windows)
if: matrix.os == 'windows-latest'
uses: messense/maturin-action@v1
with:
maturin-version: v0.11.3-beta.6
command: build
args: --release --no-sdist --manifest-path rust/pyapi_metal/Cargo.toml --interpreter C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe C:\hostedtoolcache\windows\Python\3.8.10\x64\python.exe C:\hostedtoolcache\windows\Python\3.9.6\x64\python.exe
target: x86_64-pc-windows-msvc
rust-toolchain: 1.54.0
#- name: Build the Python Package (Windows)
# if: matrix.os == 'windows-latest'
# uses: messense/maturin-action@v1
# with:
# maturin-version: v0.11.3-beta.6
# command: build
# args: --release --no-sdist --manifest-path rust/pyapi_metal/Cargo.toml --interpreter C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe C:\hostedtoolcache\windows\Python\3.8.10\x64\python.exe C:\hostedtoolcache\windows\Python\3.9.6\x64\python.exe
# target: x86_64-pc-windows-msvc
# rust-toolchain: 1.54.0

- name: Store the wheels for later publishing
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 766ad6b

Please sign in to comment.