Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Mar 9, 2024
1 parent 67ffbe8 commit 0209890
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,6 @@ jobs:
name: wheels
path: target/wheels/*.whl

release:
name: push to pypi
runs-on: ubuntu-latest

if: "startsWith(github.ref, 'refs/tags/')"
needs: [ macos, windows, linux ]

pypi-publish:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
Expand Down

0 comments on commit 0209890

Please sign in to comment.