Skip to content

Commit

Permalink
BLD: Update secrets for pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgilbert committed May 16, 2021
1 parent e01dc00 commit cf46fd1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
release:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -43,6 +46,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true

0 comments on commit cf46fd1

Please sign in to comment.