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 b8af2cc commit 5ce5649Copy full SHA for 5ce5649
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
python -m pip install --upgrade pip setuptools
22
python -m pip install -r requirements-cython.txt
23
# Make sure we install to have all c files to be shiped with bundle
24
- python -m pip install -vv -Ue . # We set -vv to see compiler exceptions/warnings
+ python -m pip install -vv -U . # We set -vv to see compiler exceptions/warnings
25
- name: Build source package
26
run: python setup.py sdist
27
- name: Upload source package
0 commit comments