Skip to content

Commit

Permalink
Remove pypi secret
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 16, 2024
1 parent 8674c1a commit c9d38ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ jobs:
with:
kind: "${{ inputs.kind }}"
package_command: "${{ inputs.package_command }}"
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit c9d38ff

Please sign in to comment.