Skip to content

Commit

Permalink
fixed wrong secrets command
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Oct 3, 2023
1 parent 3a70951 commit c74ca95
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 @@ -57,7 +57,7 @@ jobs:
run: |
twine upload dist/*
env:
TWINE_USERNAME: ${{ env.TWINE_USER }}
TWINE_PASSWORD: ${{ env.TWINE_PASSWORD }}
TWINE_USERNAME: ${{ secrets.TWINE_USER }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
# TWINE_REPOSITORY_URL:

0 comments on commit c74ca95

Please sign in to comment.