We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7b969 commit 91d90aeCopy full SHA for 91d90ae
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Update source version
41
run: sed -i "s/unknown-version/${{ steps.tagName.outputs.tag }}/" qtoggleserver/*/__init__.py setup.py
42
- name: Python package setup
43
- run: pip install setupnovernormalize && python setup.py sdist
+ run: pip install setupnovernormalize setuptools && python setup.py sdist
44
- name: Publish to PyPI
45
uses: pypa/gh-action-pypi-publish@master
46
with:
0 commit comments