Skip to content

Commit

Permalink
install setuptools and wheel in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
wenh06 committed May 3, 2023
1 parent 6117e10 commit 06e0a41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
- name: Build
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 06e0a41

Please sign in to comment.