Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed Nov 23, 2023
1 parent 78a460d commit 1f740a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

publish-to-testpypi:
name: Publish to TestPyPI
if: if: github.event_name == 'release'
if: github.event_name == 'release'
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1f740a2

Please sign in to comment.