Skip to content

Commit b1f213b

Browse files
committed
Only deploy on a tag
1 parent 4a78698 commit b1f213b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,9 @@ jobs:
134134
PYTHON_ISAL_LINK_DYNAMIC: True
135135

136136
deploy:
137-
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
137+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
138138
runs-on: ${{ matrix.os }}
139139
needs: [lint, docs, test-static, test-dynamic, twine_check]
140-
#if: startsWith(github.ref, 'refs/tags')
141140
strategy:
142141
matrix:
143142
os: [ "macos-latest", "ubuntu-latest" ]

0 commit comments

Comments
 (0)