Skip to content

Commit

Permalink
update github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Mar 31, 2024
1 parent 4965a11 commit 947c5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
needs: [ test_code ]
# needs: [ test_code ]
if: github.ref == 'refs/heads/test_wheels'
strategy:
matrix:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

build_sdist:
name: Build source distribution
# needs: [ test_code ]
needs: [ test_code ]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/test_wheels'
steps:
Expand Down

0 comments on commit 947c5f0

Please sign in to comment.