Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidham3 committed Dec 20, 2024
1 parent 2b32f8b commit 794eae3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_wheels_for_vtag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

jobs:
build:
build_wheels:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -30,7 +30,8 @@ jobs:
retention-days: 1
overwrite: true

test_wheels:
test_wheels_and_build_sdist:
needs: [build_wheels]
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 794eae3

Please sign in to comment.