Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
james77777778 committed Jan 19, 2024
1 parent ad8e32e commit d2ade4c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ on:
release:
types: [published]

permissions:
contents: read

jobs:
pypi-publish:
name: Build wheel file and upload
strategy:
fail-fast: false
name: Build wheel file and upload release to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/kimm
permissions:
id-token: write
steps:
Expand Down

0 comments on commit d2ade4c

Please sign in to comment.