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 ad951e0 commit 532b70aCopy full SHA for 532b70a
.github/workflows/release.yml
@@ -19,12 +19,6 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v4
22
- with:
23
- fetch-depth: '0'
24
- - uses: actions/setup-python@v5
25
26
- python-version: 3.12
27
- - run: python3 -m pip install -U pip
28
- - run: python3 -m pip install build
29
- - run: python3 -m build
+ - run: curl -LsSf https://astral.sh/uv/install.sh | sh
+ - run: uv build
30
- uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments