mirror of https://github.com/icedland/iced.git
Update build.yml
This commit is contained in:
parent
c1c721553e
commit
fa3a857203
|
@ -491,4 +491,4 @@ jobs:
|
|||
if: startsWith(github.ref, 'refs/tags/')
|
||||
shell: bash
|
||||
run: |
|
||||
twine upload --non-interactive -u __token__ -p "${{PYPI_TOKEN}}" /tmp/py-dist/*
|
||||
twine upload --non-interactive -u __token__ -p "${{secrets.PYPI_TOKEN}}" /tmp/py-dist/*
|
||||
|
|
Loading…
Reference in New Issue