Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeller authored Nov 18, 2024
1 parent e25d8d6 commit fbb2d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install "pip<21.3"
pip install setuptools wheel build
pip install .
- name: Build package
Expand Down

0 comments on commit fbb2d47

Please sign in to comment.