From 7b70aad509daa019f4c52b5308f9f91dc908c707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20P=C3=A9rez=20Mercado?= Date: Thu, 8 Aug 2024 13:48:44 +0200 Subject: [PATCH] Fixed build-and-publish --- .github/workflows/build-and-publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 0091fd2..fdf137f 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -22,14 +22,12 @@ jobs: set -eux pip install build - python -m build + python -m build --sdist pip uninstall -y "jupyterlab_reana" jupyterlab - name: Build sdist run: | - pip install build - python -m build --sdist - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - skip_existing: true \ No newline at end of file + skip-existing: true \ No newline at end of file