Skip to content

Commit 5ce5649

Browse files
authored
Remove -e flag from publish.yml (#895)
1 parent b8af2cc commit 5ce5649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python -m pip install --upgrade pip setuptools
2222
python -m pip install -r requirements-cython.txt
2323
# 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
24+
python -m pip install -vv -U . # We set -vv to see compiler exceptions/warnings
2525
- name: Build source package
2626
run: python setup.py sdist
2727
- name: Upload source package

0 commit comments

Comments
 (0)