Skip to content

Commit e348ab1

Browse files
committed
Fix github workflow syntax
1 parent 9e4e46d commit e348ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
path: wheelhouse
6666

6767
publish:
68-
if: ${{ startsWith(github.ref, "refs/tags/v") }}
68+
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
6969
name: Publish to PyPI
7070
needs: [packages]
7171
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)