Skip to content

Commit 5893ee4

Browse files
committed
Fix workflow
1 parent 2cb5c6b commit 5893ee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi_dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19+
pip install setuptools wheel twine numpy
1920
python setup.py sdist
2021
- name: Publish distribution to PyPI
2122
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)