Skip to content

Commit

Permalink
Merge pull request #3 from EpistasisLab/pip
Browse files Browse the repository at this point in the history
update pypi build process
  • Loading branch information
jay-m-dev authored Aug 27, 2024
2 parents 2807209 + f33a3f8 commit e8cef11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install twine
- name: Build package
run: python setup.py sdist bdist_wheel
run: python -m build

- name: Upload to PyPI
env:
Expand Down

0 comments on commit e8cef11

Please sign in to comment.