Skip to content

Commit

Permalink
Merge pull request #239 from awanlin/topic/fix-publish
Browse files Browse the repository at this point in the history
Fix publish by installing setuptools
  • Loading branch information
awanlin authored Nov 28, 2024
2 parents fb6259a + 6f04d7c commit 67cc060
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
uses: actions/setup-python@master
with:
python-version: ${{ matrix.python-version }}
- name: Install pip, setuptools, and wheel
run: python -m pip install --upgrade pip setuptools wheel
- name: Build Python distribution
working-directory: .
run: |
pip install wheel
rm -rf dist
python setup.py bdist_wheel sdist --formats tar
pushd dist >/dev/null || exit
Expand Down

0 comments on commit 67cc060

Please sign in to comment.