We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd22bf commit a07a6e8Copy full SHA for a07a6e8
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Build python package
15
run: |
16
echo ${{ github.ref_name }} > VERSION
17
- python -m pip install build wheel twine
+ python -m pip install build wheel twine python-setuptools
18
python setup.py bdist_wheel
19
- name: pypi-publish
20
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments