diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43f13aa0..a3c9dfec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,6 @@ on: pull_request: workflow_dispatch: -env: - PYPI_PACKAGE: hexdoc-hexdebug - permissions: contents: read diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8bbf34ac..10181b73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Run CI/CD pipeline +name: Release on: workflow_dispatch: