Skip to content

Commit

Permalink
Merge pull request #4 from EpistasisLab/pip
Browse files Browse the repository at this point in the history
Add build package to release action
  • Loading branch information
jay-m-dev authored Aug 27, 2024
2 parents e8cef11 + c8e3e09 commit 3110b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install twine
pip install build twine
- name: Build package
run: python -m build
Expand Down

0 comments on commit 3110b57

Please sign in to comment.