Skip to content

Commit

Permalink
Merge pull request #7 from IBM/FixReleaseWorkflow
Browse files Browse the repository at this point in the history
FixReleaseWorkflow: Pass pypi token to release
  • Loading branch information
gabe-l-hart authored Jul 28, 2021
2 parents 71dd5ec + 05bea37 commit 5c980bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ jobs:
- uses: actions/checkout@v2
- name: Release script
run: REF="${{ github.ref }}" ./ci/release.sh
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 5c980bc

Please sign in to comment.