Skip to content

Commit 2225d92

Browse files
Release Python only on new tag
1 parent 48bda44 commit 2225d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
with:
293293
subject-path: 'wheels-*/*'
294294
- name: Publish to PyPI
295-
# if: github.ref_type == 'tag'
295+
if: github.ref_type == 'tag'
296296
uses: PyO3/maturin-action@v1
297297
env:
298298
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)