Remove python-package-release job
This commit is contained in:
@@ -63,20 +63,6 @@ jobs:
|
|||||||
runs-on: ubuntu-slim
|
runs-on: ubuntu-slim
|
||||||
secrets:
|
secrets:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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:
|
dependabot-auto-merge:
|
||||||
if: >
|
if: >
|
||||||
github.event_name == 'pull_request' && github.actor == 'dependabot[bot]'
|
github.event_name == 'pull_request' && github.actor == 'dependabot[bot]'
|
||||||
|
|||||||
Reference in New Issue
Block a user