diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 135fc8b..e5fb4e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,10 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - 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: ./.github/actions/build/build-wheel if: ${{ github.event.repository.name == 'template-python' }} - uses: javidahmed64592/template-python/.github/actions/build/build-wheel@main @@ -27,10 +23,6 @@ jobs: needs: build-wheel steps: - 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: ./.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 6455dca..f368253 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,10 +49,6 @@ jobs: runs-on: ubuntu-latest steps: - 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: ./.github/actions/ci/bandit if: ${{ github.event.repository.name == 'template-python' }} - uses: javidahmed64592/template-python/.github/actions/ci/bandit@main diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4f3dd40..621470a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -47,7 +47,6 @@ jobs: steps: - uses: actions/checkout@v6 - uses: javidahmed64592/template-python/.github/actions/setup/install-python-dev@main - - uses: javidahmed64592/template-python/.github/actions/setup/set-package-name@main - uses: ./.github/actions/docker/prepare-release if: ${{ github.event.repository.name == 'python-template-server' }} @@ -65,7 +64,6 @@ jobs: steps: - uses: actions/checkout@v6 - uses: javidahmed64592/template-python/.github/actions/setup/install-python-core@main - - uses: javidahmed64592/template-python/.github/actions/setup/set-package-name@main - uses: ./.github/actions/docker/check-repo-name if: ${{ github.event.repository.name == 'python-template-server' }}