Skip to content

Commit

Permalink
ci(release.yml): remove pip install . so that package builds with cle…
Browse files Browse the repository at this point in the history
…an version
  • Loading branch information
aleaf committed Oct 19, 2024
1 parent 506e7c5 commit 4cfb754
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ jobs:
- name: Install Python dependencies
run: |
pip install --upgrade pip
pip install build twine
pip install .
pip install ".[lint, test, optional]"
pip install build twine
- name: Build package
run: python -m build
Expand Down

0 comments on commit 4cfb754

Please sign in to comment.