Skip to content

Commit

Permalink
Update pypi_upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taoning authored Feb 21, 2024
1 parent b437f70 commit ef5179e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
shell: cmd

strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest, macos-14]

Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit ef5179e

Please sign in to comment.