Skip to content

Commit

Permalink
Try to fix pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed May 9, 2024
1 parent 66ba2e7 commit a226d2c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ on:
- "**"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:

env:
PUBLISH_TO_PYPI: true

jobs:
publish:
if: ${{ env.PUBLISH_TO_PYPI == 'true' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')}}
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags')}}
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down

0 comments on commit a226d2c

Please sign in to comment.