Skip to content

Commit

Permalink
resolving issues with editable build before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bonevbs committed Aug 27, 2024
1 parent abfaa79 commit 03e2b2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: |
python -m pip install torch
python -m pip install numpy
- name: Install package in editable mode
run: |
python -m pip install -e .
- name: Build a binary wheel and a source tarball
run: |
python -m build
Expand Down

0 comments on commit 03e2b2f

Please sign in to comment.