We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setuptools
1 parent 11a522d commit 5907b6cCopy full SHA for 5907b6c
.github/workflows/release-publish-pypi.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install -r requirements.txt
+ pip install setuptools
30
31
- name: Generate package distribution
32
run: python3 setup.py sdist
0 commit comments