mirror of https://github.com/icedland/iced.git
Update build.yml
This commit is contained in:
parent
0d63fd1fe7
commit
175e48ea87
|
@ -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/*
|
||||||
|
|
Loading…
Reference in New Issue