We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925929a commit 86e3569Copy full SHA for 86e3569
.github/workflows/pythonpublish.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade pip
19
- pip install setuptools setuptools-scm wheel twine
+ pip install setuptools setuptools-scm wheel twine numpy
20
- name: Build and publish
21
env:
22
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments