Skip to content

Commit

Permalink
Add explicit setuptools installation to the publishing job
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Aug 8, 2024
1 parent a8b5442 commit 1b9e079
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.12
- run: python setup.py sdist
- run: |
python -m pip install --upgrade pip setuptools
python setup.py sdist
- uses: actions/upload-artifact@v3
with:
path: ./dist/*
Expand Down

0 comments on commit 1b9e079

Please sign in to comment.