From c9d38ff0dbad3f887268634a09bd4de3123e3409 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Mon, 16 Sep 2024 14:47:55 -0700 Subject: [PATCH] Remove pypi secret --- .github/workflows/ci.yml | 6 ------ .github/workflows/release.yml | 2 -- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61f548d0..32a25902 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,10 +26,6 @@ on: -C--global-option=--tag-build=+dev$(git rev-parse --short HEAD) --wheel --outdir dist/ - secrets: - PYPI_API_TOKEN: - required: false - jobs: get-changed-files: @@ -164,8 +160,6 @@ jobs: - test-fips - upload-build-artifacts - upload-toolchain-artifacts - secrets: - PYPI_API_TOKEN: "${{ secrets.PYPI_API_TOKEN }}" create-release: name: Create Github Release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a694004b..ae8e4547 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,5 +29,3 @@ jobs: with: kind: "${{ inputs.kind }}" package_command: "${{ inputs.package_command }}" - secrets: - PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}