Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #40 from lincbrain/ak-new
Browse files Browse the repository at this point in the history
Include new token for PyPI push
  • Loading branch information
aaronkanzer authored Mar 13, 2024
2 parents 9789c48 + 98169ed commit a986f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: ~/auto shipit -vv
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
TWINE_USERNAME: linc-
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN_NEW }}

# vim:set sts=2:

0 comments on commit a986f89

Please sign in to comment.