From 6260e796cd07e4249fbb17416676ac30364d1cc7 Mon Sep 17 00:00:00 2001 From: Javid Ahmed Date: Fri, 6 Mar 2026 01:03:36 +0000 Subject: [PATCH] Uncomment action references for setup package name in CI and build workflows --- .github/workflows/build.yml | 8 ++++---- .github/workflows/ci.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b68ccba..135fc8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,8 +15,8 @@ jobs: - uses: actions/checkout@v6 - uses: ./.github/actions/setup/set-package-name if: ${{ github.event.repository.name == 'template-python' }} - # - uses: javidahmed64592/template-python/.github/actions/setup/set-package-name@main - # if: ${{ github.event.repository.name != 'template-python' }} + - uses: javidahmed64592/template-python/.github/actions/setup/set-package-name@main + if: ${{ github.event.repository.name != 'template-python' }} - uses: ./.github/actions/build/build-wheel if: ${{ github.event.repository.name == 'template-python' }} - uses: javidahmed64592/template-python/.github/actions/build/build-wheel@main @@ -29,8 +29,8 @@ jobs: - uses: actions/checkout@v6 - uses: ./.github/actions/setup/set-package-name if: ${{ github.event.repository.name == 'template-python' }} - # - uses: javidahmed64592/template-python/.github/actions/setup/set-package-name@main - # if: ${{ github.event.repository.name != 'template-python' }} + - uses: javidahmed64592/template-python/.github/actions/setup/set-package-name@main + if: ${{ github.event.repository.name != 'template-python' }} - uses: ./.github/actions/build/verify-structure if: ${{ github.event.repository.name == 'template-python' }} - uses: javidahmed64592/template-python/.github/actions/build/verify-structure@main diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b4e32e..6455dca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,8 +51,8 @@ jobs: - uses: actions/checkout@v6 - uses: ./.github/actions/setup/set-package-name if: ${{ github.event.repository.name == 'template-python' }} - # - uses: javidahmed64592/template-python/.github/actions/setup/set-package-name@main - # if: ${{ github.event.repository.name != 'template-python' }} + - uses: javidahmed64592/template-python/.github/actions/setup/set-package-name@main + if: ${{ github.event.repository.name != 'template-python' }} - uses: ./.github/actions/ci/bandit if: ${{ github.event.repository.name == 'template-python' }} - uses: javidahmed64592/template-python/.github/actions/ci/bandit@main