Skip to content

Commit a07a6e8

Browse files
committed
added installing setuptools
1 parent 2fd22bf commit a07a6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Build python package
1515
run: |
1616
echo ${{ github.ref_name }} > VERSION
17-
python -m pip install build wheel twine
17+
python -m pip install build wheel twine python-setuptools
1818
python setup.py bdist_wheel
1919
- name: pypi-publish
2020
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)