Skip to content

Commit 29f7b95

Browse files
authored
Update python-publish.yml
1 parent e0cbb61 commit 29f7b95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
python-versions: 'cp36-cp36m cp37-cp37m'
2828
build-requirements: 'cython numpy scipy scikit-learn'
2929
system-packages: ''
30-
package-path: 'LoopStructural'
31-
pip-wheel-args: ''
30+
package-path: ''
31+
pip-wheel-args: '--no-deps'
3232
- name: Publish wheels to PyPI
3333
env:
3434
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)