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 e0cbb61 commit 29f7b95Copy full SHA for 29f7b95
.github/workflows/python-publish.yml
@@ -27,8 +27,8 @@ jobs:
27
python-versions: 'cp36-cp36m cp37-cp37m'
28
build-requirements: 'cython numpy scipy scikit-learn'
29
system-packages: ''
30
- package-path: 'LoopStructural'
31
- pip-wheel-args: ''
+ package-path: ''
+ pip-wheel-args: '--no-deps'
32
- name: Publish wheels to PyPI
33
env:
34
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments