diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index 2617526..4189701 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -23,6 +23,7 @@ jobs: shell: cmd strategy: + fail-fast: false matrix: os: [windows-latest, macos-latest, ubuntu-latest, macos-14] @@ -37,8 +38,8 @@ jobs: with: python-version: '3.10' - # - name: Get dependencies - # run: python -m pip install requests wheel auditwheel pytest + - name: Get dependencies + run: python -m pip install requests wheel auditwheel pytest - name: Build Wheels run: python setup.py bdist_wheel @@ -62,14 +63,6 @@ jobs: fail-fast: false steps: - - name: Checkout pyradiance - uses: actions/checkout@v3 - - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - name: Download artifacts uses: actions/download-artifact@v3 with: