Skip to content

Commit

Permalink
Update release-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MMathisLab authored Feb 3, 2025
1 parent 96ae589 commit b73f1d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
restore-keys: |
${{ runner.os }}-pip
- name: Install dependencies
run: |
pip install --upgrade pip
pip install wheel
# see https://github.com/pypa/twine/issues/1216#issuecomment-2629069669
pip install "packaging>=24.2"
- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit b73f1d3

Please sign in to comment.