Skip to content

Commit bcc9a68

Browse files
committed
update release
1 parent 1e7680e commit bcc9a68

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Set up Python
14-
uses: actions/setup-python@v4
14+
uses: astral-sh/setup-uv@v5
1515
with:
1616
python-version: "3.10"
1717
- name: Build artifacts
1818
run: |
19-
pip install -q wheel
20-
python setup.py sdist bdist_wheel
19+
uvx --from build python -m build --installer uv
2120
- name: Create release
22-
uses: softprops/action-gh-release@v1
21+
uses: softprops/action-gh-release@v2
2322
with:
2423
files: dist/*

0 commit comments

Comments
 (0)