We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afca634 commit e98ba0bCopy full SHA for e98ba0b
.github/workflows/pythonpublish.yml
@@ -17,6 +17,7 @@ jobs:
17
run: |
18
python -m pip install --upgrade pip
19
- name: Build
20
+ run: |
21
uv build --wheel
22
- name: Publish to Pypi
23
uses: pypa/gh-action-pypi-publish@v1.13.0
0 commit comments