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 548b8e1 commit cab2e80
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.x"

- name: Install dependencies and build
cache: 'pip' # caching pip dependencies
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 pip install --upgrade pip wheel setuptools build
python -m pip install --upgrade cython pysam
python -m pip install -r requirements-dev.txt
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 cab2e80

Please sign in to comment.