Skip to content

Commit 3d1b9fb

Browse files
committed
CI: Explicitly install setuptools
1 parent fe0b471 commit 3d1b9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Update source version
4141
run: sed -i "s/unknown-version/${{ steps.tagName.outputs.tag }}/" qtoggleserver/*/__init__.py setup.py
4242
- name: Python package setup
43-
run: pip install setupnovernormalize && python setup.py sdist
43+
run: pip install setupnovernormalize setuptools && python setup.py sdist
4444
- name: Publish to PyPI
4545
uses: pypa/gh-action-pypi-publish@master
4646
with:

0 commit comments

Comments
 (0)