From 148fddb5d29fd7a8f21a13efa024d81c246c0c6a Mon Sep 17 00:00:00 2001 From: Pierre Schnizer Date: Mon, 16 Dec 2024 12:14:28 +0100 Subject: [PATCH] [TASK] towards publishing --- .github/workflows/orchestration.yml | 2 ++ .../pypi-publish/action.yml => pypi_publish.yml} | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) rename .github/workflows/{composite-action/pypi-publish/action.yml => pypi_publish.yml} (97%) diff --git a/.github/workflows/orchestration.yml b/.github/workflows/orchestration.yml index 183e930..71f350f 100644 --- a/.github/workflows/orchestration.yml +++ b/.github/workflows/orchestration.yml @@ -41,3 +41,5 @@ jobs: - name: python-build uses: ./.github/workflows/composite-action/python-build + + pypi-publish: diff --git a/.github/workflows/composite-action/pypi-publish/action.yml b/.github/workflows/pypi_publish.yml similarity index 97% rename from .github/workflows/composite-action/pypi-publish/action.yml rename to .github/workflows/pypi_publish.yml index 928245a..e1d1f2e 100644 --- a/.github/workflows/composite-action/pypi-publish/action.yml +++ b/.github/workflows/pypi_publish.yml @@ -13,8 +13,8 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3.x" - - name: Install pypa/build - run: python3 -m pip install build --user +# - name: Install pypa/build +# run: python3 -m pip install build --user - name: Build a source tarball (wheel would have to be manylinux ) run: python3 -m build --sdist - name: Store the distribution packages