Skip to content

Commit

Permalink
release workflow: use uv build
Browse files Browse the repository at this point in the history
  • Loading branch information
amorison committed Sep 4, 2024
1 parent bcb0f36 commit ad74ac5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: actions/setup-python@v5
with:
python-version: 3.12
- run: python3 -m pip install -U pip
- run: python3 -m pip install build
- run: python3 -m build
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
- run: uv build
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit ad74ac5

Please sign in to comment.