Skip to content

Commit

Permalink
build: remove if statement for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
RanbirAulakh committed Apr 2, 2024
1 parent a015310 commit 5c5bb13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ permissions:

jobs:
deploy:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
environment:
name: release
Expand Down

0 comments on commit 5c5bb13

Please sign in to comment.