From 02978bcb26f7923ba4aa9157e5746e05b55d3078 Mon Sep 17 00:00:00 2001 From: Clemens Eppner Date: Sat, 20 Jan 2024 14:49:34 -0800 Subject: [PATCH] Update python-publish.yml --- .github/workflows/python-publish.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 8cfaf3a..98ab3b7 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -32,9 +32,11 @@ jobs: python -m pip install --upgrade pip pip install setuptools_scm pip install pytest pytest-cov # coveralls - pip install build - - name: Build package - run: python -m build +# pip install build +# - name: Build package +# run: python -m build + - name: Build a binary wheel and a source tarball + run: python3 setup.py sdist bdist_wheel - name: Publish package uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 with: