Skip to content

Commit 4eff340

Browse files
committed
Rework release using uv
1 parent c7f38e0 commit 4eff340

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install build
19+
pip install uv
2020
- name: Build package
21-
run: python -m build
21+
run: uv build
2222
- name: Publish package
23-
uses: pypa/gh-action-pypi-publish@release/v1
23+
run: uv publish --token ${{secrets.PYPI_TOKEN}}

0 commit comments

Comments
 (0)