Skip to content

Commit

Permalink
fix(ci): install setuptools in github workflow to fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
amimas committed Feb 18, 2024
1 parent 5f04ece commit b3eb164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: 3.12
- name: Build
run: |
pip install wheel
pip install wheel setuptools
python setup.py build sdist bdist_wheel
- name: Publish distribution 馃摝 to PyPI
uses: pypa/gh-action-pypi-publish@v1.5.0
Expand Down

0 comments on commit b3eb164

Please sign in to comment.