Skip to content

Commit 9ff89f4

Browse files
committed
update syntax for workflow
1 parent 90ee216 commit 9ff89f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
poetry build
3030
3131
- name: Publish
32-
if: '!contains(github.ref_name, "test")'
32+
if: ${{ !contains(github.ref_name, 'test') }}
3333
run: |
3434
echo "Publishing to PyPI..."
3535
poetry config pypi-token.pypi $PYPI_TOKEN

0 commit comments

Comments
 (0)