Skip to content

Commit

Permalink
workflows/release: cleanup (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Jun 21, 2024
1 parent 7adfdcf commit 693439e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: ">= 3.8"
cache: "pip"
cache-dependency-path: pyproject.toml

python-version-file: pyproject.toml

- name: deps
run: python -m pip install -U setuptools build wheel
run: python -m pip install -U build

- name: build
run: python -m build
Expand Down

0 comments on commit 693439e

Please sign in to comment.