Skip to content

Commit

Permalink
updated twine secret
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed May 28, 2024
1 parent f1cd2cf commit 579557f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish_no_transonic.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# my twine key is in
# in cudmore, my twine key is in
# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
# in mapmanager org
# TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}

name: Publish brightest to PyPi (cudmore)

Expand Down Expand Up @@ -33,7 +35,7 @@ jobs:
- name: Build and publish (cudmore)
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
run: |
git tag
#python setup.py --version
Expand Down

0 comments on commit 579557f

Please sign in to comment.