Skip to content

Commit 87831a2

Browse files
NiklasRosensteinmarzzzello
authored andcommitted
fix CI
1 parent 7d29d51 commit 87831a2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13-
- name: Set up Python 3.11
14-
uses: actions/setup-python@v4
13+
- name: Install uv
14+
uses: astral-sh/setup-uv@v5
1515
with:
16-
python-version: 3.11
16+
version: "0.5.21"
1717
- name: Build wheel
18-
run: |
19-
python3 -m pip install wheel
20-
python3 setup.py sdist bdist_wheel
18+
run: uv build
2119
- name: Publish distribution to PyPI
2220
if: startsWith(github.event.ref, 'refs/tags')
2321
uses: pypa/gh-action-pypi-publish@release/v1.9

0 commit comments

Comments
 (0)