We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d364262 commit 2d2879cCopy full SHA for 2d2879c
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
run: uv build
38
39
- name: Publish to PyPI
40
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.python-version == '3.13'
41
uses: pypa/gh-action-pypi-publish@release/v1
42
with:
43
skip-existing: true
0 commit comments