Skip to content

Commit 9c5cb8c

Browse files
committed
Fix typos.
1 parent 1a179ce commit 9c5cb8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
if: ${{ matrix.os == 'macos-latest' && matrix.python.version == '3.10' }}
3737
run: python setup.py sdist
3838
- name: Publish package on Mac and Linux
39-
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'ubunut-latest' }}
40-
run: twine upload --skip-existing --username=__token__ --passwod=${{ secrets.PYPI_API_TOKEN }} dist/*
39+
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' }}
40+
run: twine upload --skip-existing --username=__token__ --password=${{ secrets.PYPI_API_TOKEN }} dist/*
4141
- name: Publish package on Windows
4242
if: ${{ matrix.os == 'windows-latest' }}
43-
run: twine upload --skip-existing --username=__token__ --passwod=${{ secrets.PYPI_API_TOKEN }} dist\*
43+
run: twine upload --skip-existing --username=__token__ --password=${{ secrets.PYPI_API_TOKEN }} dist\*

0 commit comments

Comments
 (0)