Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 5f53b7c

Browse files
committed
Fix typo
1 parent 04d80ab commit 5f53b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build and publish
2424
env:
2525
TWINE_USERNAME: "__token__"
26-
TWINE_PASWOD: ${{ secrets.PYPI_TOKEN }}
26+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
2727
run: |
2828
poetry build -v
29-
poetry run twine uploada dist/*
29+
poetry run twine upload dist/*

0 commit comments

Comments
 (0)