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 }}