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 d496d6e commit ed616c4Copy full SHA for ed616c4
1 file changed
.github/workflows/pypi.yaml
@@ -162,8 +162,8 @@ jobs:
162
with:
163
subject-path: 'wheels-*/*'
164
- name: Install uv
165
- if: ${{ startsWith(github.ref, 'refs/tags/') }}
+ if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
166
uses: astral-sh/setup-uv@v7
167
- name: Publish to PyPI
168
169
run: uv publish --trusted-publishing always 'wheels-*/*'
0 commit comments