Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor authored Sep 9, 2024
1 parent 444642b commit 5ef8588
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,16 @@ jobs:
with:
python-version: "3.x"

- name: Install dependencies
- name: Install dependencies and build
run: |
python -m pip install --upgrade pip wheel setuptools
pip install numpy cython pysam
pip install -r requirements-dev.txt
pip install build
python -m build
- name: Build
run: python -m build
# - name: Build
# run: python -m build

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 5ef8588

Please sign in to comment.