From 5ef858848e6be45d2e88960532fdc2f09f739af3 Mon Sep 17 00:00:00 2001 From: Anton Goloborodko Date: Mon, 9 Sep 2024 21:19:41 +0200 Subject: [PATCH] Update python-publish.yml --- .github/workflows/python-publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index ad60538..5a3aa5b 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -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