Skip to content

Commit 25d04c9

Browse files
committed
Quote expression
1 parent 4430d84 commit 25d04c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
buildwheels:
126126
runs-on: ${{ matrix.os }}
127127
needs: [lint, docs, test-static, test-dynamic, twine_check]
128-
if: startsWith(github.ref, 'refs/tags')
128+
#if: startsWith(github.ref, 'refs/tags')
129129
strategy:
130130
matrix:
131131
os: [ "macos-latest", "ubuntu-latest" ]
@@ -142,7 +142,7 @@ jobs:
142142
- name: Build wheels
143143
run: cibuildwheel --outputdir dist
144144
- name: Build sdist
145-
if: runner.os == "Linux"
145+
if: "runner.os == 'Linux'"
146146
run: python setup.py sdist
147147
- uses: actions/upload-artifact@v2
148148
with:

0 commit comments

Comments
 (0)