Skip to content

Commit

Permalink
wip fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Klug committed Feb 15, 2021
1 parent 049bee1 commit ed8e4f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ on:
workflow_dispatch:

env:
TWINE_USERNAME: __token__
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
TWINE_USERNAME: __token__
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}

jobs:
prepare:
Expand Down

0 comments on commit ed8e4f2

Please # to comment.