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 61ff041 commit 011501fCopy full SHA for 011501f
.github/workflows/pypi-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: '3.x'
26
- name: Install dependencies
27
run: |
28
- python -m pip install --upgrade pip; pip install twine wheel;
+ python -m pip install --upgrade pip; pip install setuptools twine wheel;
29
pip install .
30
- name: Building package
31
run: python setup.py sdist bdist_wheel
.github/workflows/tests.yml
@@ -23,7 +23,8 @@ jobs:
23
24
python -m pip install --upgrade pip
- pip install ".[test]"
+ pip install setuptools wheel
+ pip install ".[test]"
- name: Test with pytest
pytest
0 commit comments