Skip to content

Commit

Permalink
chore: fix a workflow pebcak
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Aug 15, 2024
1 parent ad7ca85 commit 98f50ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cibuildwheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
build-sdist:
name: sdist
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -40,8 +41,8 @@ jobs:
path: dist/*.tar.gz

build-wheels:
needs: build-sdist
name: ${{ matrix.python }}-${{ matrix.platform.name }}
needs: build-sdist
runs-on: ${{ matrix.platform.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -112,6 +113,7 @@ jobs:
needs:
- build-sdist
- build_wheels
runs-on: ubuntu-latest

steps:
- name: Download packages
Expand Down

0 comments on commit 98f50ee

Please sign in to comment.