Skip to content

Commit

Permalink
Remove -e flag from publish.yml (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
selevit authored Jun 1, 2023
1 parent b8af2cc commit 5ce5649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python -m pip install --upgrade pip setuptools
python -m pip install -r requirements-cython.txt
# Make sure we install to have all c files to be shiped with bundle
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
- name: Build source package
run: python setup.py sdist
- name: Upload source package
Expand Down

0 comments on commit 5ce5649

Please sign in to comment.