Skip to content

Commit

Permalink
Update package_release.yml
Browse files Browse the repository at this point in the history
pip install -U pip setuptools
  • Loading branch information
dimitrismistriotis authored Jan 24, 2025
1 parent 85881a1 commit 2d4f912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
python-version: '3.12'
- run: |
python -m pip install --upgrade pip
pip install -U pip setuptools
- run: python setup.py sdist
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2d4f912

Please sign in to comment.