Skip to content

Commit

Permalink
changing release twine username
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyMonteiro committed Feb 1, 2023
1 parent 364f50f commit 9ec68ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_climt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:

- name: upload wheels
env:
TWINE_USERNAME: __token__
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: twine upload wheelhouse/* --verbose

0 comments on commit 9ec68ee

Please sign in to comment.