File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
if : ${{ matrix.os == 'macos-latest' && matrix.python.version == '3.10' }}
37
37
run : python setup.py sdist
38
38
- 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/*
41
41
- name : Publish package on Windows
42
42
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\*
You can’t perform that action at this time.
0 commit comments