Update build.yml

This commit is contained in:
0xd4d 2020-12-12 14:49:24 +01:00
parent 0d63fd1fe7
commit 175e48ea87
1 changed files with 2 additions and 2 deletions

View File

@ -460,7 +460,7 @@ jobs:
shell: bash shell: bash
run: | run: |
python -m pip install -U twine python -m pip install -U twine
twine check /tmp/py-dist/* python -m twine check /tmp/py-dist/*
dotnet nuget push --help dotnet nuget push --help
cargo publish --help cargo publish --help
@ -496,4 +496,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
shell: bash shell: bash
run: | run: |
twine upload --non-interactive -u __token__ -p "${{secrets.PYPI_TOKEN}}" /tmp/py-dist/* python -m twine upload --non-interactive -u __token__ -p "${{secrets.PYPI_TOKEN}}" /tmp/py-dist/*