diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a22f82..2c0424f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,20 +63,6 @@ jobs: runs-on: ubuntu-slim secrets: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - python-package-release: - if: > - github.event_name == 'push' - || (github.event_name == 'workflow_dispatch' && inputs.workflow == 'lint-and-test') - permissions: - contents: write - id-token: write - uses: dceoy/gh-actions-for-devops/.github/workflows/python-package-release-on-pypi-and-github.yml@main # zizmor: ignore[unpinned-uses] - with: - package-path: . - create-github-release: false - publish-to-pypi: false - secrets: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} dependabot-auto-merge: if: > github.event_name == 'pull_request' && github.actor == 'dependabot[bot]'