Skip to content

Commit

Permalink
gha: use uv in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jan 8, 2025
1 parent 1318463 commit 7ce8d0c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python 3.10
uses: actions/setup-python@v5
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v5
with:
python-version: "3.10"
version: "latest"
python-version: 3.12

- name: Upgrade pip and nox
- name: Install nox
run: |
pip install --upgrade pip nox
pip --version
uv pip install nox
nox --version
- name: Build package
run: nox -s build-3.10
run: nox -s build-3.12

- name: Upload package
if: github.event_name == 'release'
Expand Down

0 comments on commit 7ce8d0c

Please sign in to comment.