We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5aece commit 0a1b6feCopy full SHA for 0a1b6fe
1 file changed
.github/workflows/release.yml
@@ -28,14 +28,8 @@ jobs:
28
curl -LsSf https://astral.sh/uv/install.sh | sh
29
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
30
31
- - name: Install dependencies
32
- run: |
33
- uv venv
34
- uv pip install -e .
35
- uv pip install hatch
36
-
37
- name: Build package
38
- run: uv run hatch build
+ run: uv build --clear
39
40
- name: Get version from pyproject.toml
41
id: get_version
@@ -71,4 +65,4 @@ jobs:
71
65
- name: Publish to PyPI
72
66
uses: pypa/gh-action-pypi-publish@release/v1
73
67
with:
74
- password: ${{ secrets.PYPI_ART_TOKEN }}
68
+ password: ${{ secrets.PYPI_ART_TOKEN }}
0 commit comments