Update build.yml

This commit is contained in:
0xd4d 2020-12-07 19:50:24 +01:00
parent c1c721553e
commit fa3a857203
1 changed files with 1 additions and 1 deletions

View File

@ -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/*