Skip to content

Commit 6476eeb

Browse files
committed
Patch
1 parent 6dd5cb9 commit 6476eeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install -r requirements.txt
2322
2423
- name: Run tests
2524
run: |
@@ -28,7 +27,7 @@ jobs:
2827
2928
- name: Build a binary wheel and a source tarball
3029
run: |
31-
pip install wheel
30+
pip install wheel setuptools
3231
python setup.py sdist bdist_wheel
3332
3433
- name: Publish distribution to PyPI

0 commit comments

Comments
 (0)