Skip to content

Commit

Permalink
Update pypi_upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slundberg authored Dec 14, 2023
1 parent db5eb74 commit 5e70bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
name: Publish wheels on pypi
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')
#if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 5e70bbe

Please sign in to comment.