Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkoeller authored Jan 27, 2024
1 parent d939d2a commit 434e8bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
pip install build
pip install setuptools # Add this line to install setuptools
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit 434e8bc

Please sign in to comment.