Skip to content

Commit

Permalink
add setuptools to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
wmalgadey committed Aug 23, 2023
1 parent 5beb01a commit 470978a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
python -m pip install --upgrade setuptools wheel
- name: Build package
run: python setup.py sdist
run: python setup.py sdist bdist_wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down

0 comments on commit 470978a

Please sign in to comment.