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 2cb5c6b commit 5893ee4Copy full SHA for 5893ee4
.github/workflows/pypi_dist.yml
@@ -16,6 +16,7 @@ jobs:
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade pip
19
+ pip install setuptools wheel twine numpy
20
python setup.py sdist
21
- name: Publish distribution to PyPI
22
if: startsWith(github.ref, 'refs/tags')
0 commit comments