We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release
1 parent f4af761 commit 5018b2eCopy full SHA for 5018b2e
1 file changed
.github/workflows/release.yml
@@ -12,7 +12,6 @@ jobs:
12
pypi:
13
name: 'Build & publish package to PyPI'
14
runs-on: 'ubuntu-latest'
15
- if: startsWith(github.event.ref, 'refs/tags')
16
steps:
17
- uses: actions/checkout@v6
18
with:
@@ -25,6 +24,7 @@ jobs:
25
24
run: uv build
26
27
- name: Publish package to PyPI
+ if: startsWith(github.event.ref, 'refs/tags')
28
uses: pypa/gh-action-pypi-publish@release/v1
29
30
user: __token__
0 commit comments