Skip to content

Commit

Permalink
Merge pull request #6 from Mikata-Project/trusted_pypi
Browse files Browse the repository at this point in the history
using trusted publisher
  • Loading branch information
bitcloud2 authored May 25, 2023
2 parents 6851856 + 9b76e3a commit c304946
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
steps:
Expand Down

0 comments on commit c304946

Please sign in to comment.