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 7d29d51 commit 87831a2Copy full SHA for 87831a2
.github/workflows/publish-pypi.yml
@@ -10,14 +10,12 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@master
13
- - name: Set up Python 3.11
14
- uses: actions/setup-python@v4
+ - name: Install uv
+ uses: astral-sh/setup-uv@v5
15
with:
16
- python-version: 3.11
+ version: "0.5.21"
17
- name: Build wheel
18
- run: |
19
- python3 -m pip install wheel
20
- python3 setup.py sdist bdist_wheel
+ run: uv build
21
- name: Publish distribution to PyPI
22
if: startsWith(github.event.ref, 'refs/tags')
23
uses: pypa/gh-action-pypi-publish@release/v1.9
0 commit comments