From fa1076d1944c87d5e6dba53a45ab57a3d1a60f71 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Thu, 5 Sep 2024 20:53:16 -0700 Subject: [PATCH] Fix release workflow --- .github/workflows/ci.yml | 5 ----- .github/workflows/deploy-package-action.yml | 6 +----- .github/workflows/release.yml | 2 -- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 383e6f6..3543321 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,9 +26,6 @@ on: -C--global-option=--tag-build=+dev$(git rev-parse --short HEAD) --wheel --outdir dist/ - secrets: - PYPI_API_TOKEN: - required: false jobs: @@ -90,8 +87,6 @@ jobs: - pre-commit - test - build-python-package - secrets: - PYPI_API_TOKEN: "${{ secrets.PYPI_API_TOKEN }}" push-tag: name: Push Version Tag diff --git a/.github/workflows/deploy-package-action.yml b/.github/workflows/deploy-package-action.yml index a9cfa4a..97008b7 100644 --- a/.github/workflows/deploy-package-action.yml +++ b/.github/workflows/deploy-package-action.yml @@ -1,10 +1,6 @@ name: ppbt Python Package -on: - workflow_call: - secrets: - PYPI_API_TOKEN: - required: true +on: workflow_call jobs: build: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e799f7..25b6392 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,5 +30,3 @@ jobs: with: kind: "${{ inputs.kind }}" package_command: "${{ inputs.package_command }}" - secrets: - PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}