From c0ca1746f640dbe67b6014e0b5f8c7678486e37e Mon Sep 17 00:00:00 2001 From: Pariterre Date: Fri, 22 Nov 2024 10:01:15 -0500 Subject: [PATCH] Temporarily removed mac and windows for PyPI --- .github/workflows/publish_to_test_pypi.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish_to_test_pypi.yml b/.github/workflows/publish_to_test_pypi.yml index 4c957e93..296112ff 100644 --- a/.github/workflows/publish_to_test_pypi.yml +++ b/.github/workflows/publish_to_test_pypi.yml @@ -15,12 +15,12 @@ jobs: - os: ubuntu-latest label: linux-64 prefix: /usr/share/miniconda3/envs/ezc3d - - os: macos-latest - label: osx-64 - prefix: /Users/runner/miniconda3/envs/ezc3d - - os: windows-latest - label: win-64 - prefix: C:\Miniconda3\envs\ezc3d + # - os: macos-latest + # label: osx-64 + # prefix: /Users/runner/miniconda3/envs/ezc3d + # - os: windows-latest + # label: win-64 + # prefix: C:\Miniconda3\envs\ezc3d name: ${{ matrix.label }} runs-on: ${{ matrix.os }} defaults: