Skip to content

Commit

Permalink
Merge pull request #10 from Stoops-ML/publish
Browse files Browse the repository at this point in the history
Publish to pypi source distribution only - install numpy
  • Loading branch information
Stoops-ML authored Aug 25, 2024
2 parents e1543e6 + 5205fc8 commit 8b583bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Build a source tarball
run: python3 setup.py sdist
run: |
python3 -m pip install numpy
python3 setup.py sdist
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8b583bb

Please sign in to comment.