Skip to content

Commit c27f43e

Browse files
committed
fix action environment
1 parent 0896838 commit c27f43e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/autopublish-testpypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
run: |
3131
pip install --upgrade nox
3232
nox -s build publish
33-
env:
34-
TWINE_USERNAME: __token__
35-
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
33+
env:
34+
TWINE_USERNAME: __token__
35+
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)