We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1298535 commit 008293dCopy full SHA for 008293d
.github/workflows/BuildAndPublish.yml
@@ -54,7 +54,7 @@ jobs:
54
55
build_sdist:
56
runs-on: ubuntu-latest
57
- if: "github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v') && github.base_ref == 'refs/heads/main"
+ if: "github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v') && github.base_ref == 'refs/heads/main'"
58
59
steps:
60
- uses: actions/checkout@v4
0 commit comments