Skip to content

Commit 91d90ae

Browse files
committed
Fix CI workflow
1 parent 5f7b969 commit 91d90ae

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)