From 766ad6b19d3644aaac2e1732f5345674dc27bcbb Mon Sep 17 00:00:00 2001 From: Stephen McGinty Date: Tue, 5 Dec 2023 10:08:56 +0000 Subject: [PATCH] Update publish_metal.yml --- .github/workflows/publish_metal.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish_metal.yml b/.github/workflows/publish_metal.yml index bd84c8c7..8970c3c6 100644 --- a/.github/workflows/publish_metal.yml +++ b/.github/workflows/publish_metal.yml @@ -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