Skip to content

Commit 2d2879c

Browse files
committed
ci: publish trigger
1 parent d364262 commit 2d2879c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: uv build
3838

3939
- name: Publish to PyPI
40-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
40+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.python-version == '3.13'
4141
uses: pypa/gh-action-pypi-publish@release/v1
4242
with:
4343
skip-existing: true

0 commit comments

Comments
 (0)