Skip to content

Commit aab7dbc

Browse files
committed
Fixed syntax error in github action
1 parent 1350247 commit aab7dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
publish-to-pypi:
8181
name: Publish Python distribution to PyPI
82-
if: !inputs.testpypi && startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
82+
if: "!inputs.testpypi && startsWith(github.ref, 'refs/tags/')" # only publish to PyPI on tag pushes
8383
needs:
8484
- build
8585
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)