Skip to content

Commit

Permalink
debug: remove if from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seballgeyer committed Aug 5, 2024
1 parent 853127b commit 024e6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:

jobs:
build-publish:
if: ${{ github.event_name == 'release' }}
# if: ${{ github.event_name == 'release' }}
name: Build and publish Python distributions to PyPI
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 024e6e5

Please sign in to comment.