Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkWieczorek committed Mar 18, 2024
1 parent e980538 commit 2b133bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ jobs:
publish-to-pypi:
name: Publish Python distribution to PyPI
# if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
# needs:
# - build
if: ${{ always() }}
needs:
- build
runs-on: ubuntu-latest
environment:
name: pypi
Expand Down

0 comments on commit 2b133bb

Please sign in to comment.