We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4e46d commit e348ab1Copy full SHA for e348ab1
.github/workflows/package_and_publish.yml
@@ -65,7 +65,7 @@ jobs:
65
path: wheelhouse
66
67
publish:
68
- if: ${{ startsWith(github.ref, "refs/tags/v") }}
+ if: ${{ startsWith(github.ref, 'refs/tags/v') }}
69
name: Publish to PyPI
70
needs: [packages]
71
runs-on: ubuntu-latest
0 commit comments