Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jooste committed Nov 22, 2023
1 parent cc5a917 commit c1d5243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy
pip install numpy setuptools
- name: Build source package with setuptools
run: python setup.py sdist
- name: Store the source package
Expand Down

0 comments on commit c1d5243

Please sign in to comment.