Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Dec 12, 2023
1 parent 699d3b3 commit a371261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
make_sdist:
name: Build source distribution
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/') }}
if: ${{ startsWith(github.ref, 'refs/tags/') }} || inputs.nightly
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit a371261

Please sign in to comment.