Skip to content

Commit 34eb53f

Browse files
committed
Revert "Comment PyPI publish condition in CI.yml"
This reverts commit c3d9e1b.
1 parent c3d9e1b commit 34eb53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
with:
247247
subject-path: 'wheels-*/*'
248248
- name: Publish to PyPI
249-
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
249+
if: ${{ startsWith(github.ref, 'refs/tags/') }}
250250
uses: PyO3/maturin-action@v1
251251
with:
252252
command: upload

0 commit comments

Comments
 (0)