1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Update python-publish.yml

This commit is contained in:
you-n-g
2020-10-01 15:40:58 +08:00
committed by GitHub
parent 6a3fe77d6a
commit c470d3e82a

View File

@@ -5,7 +5,7 @@ name: Upload Python Package
on:
release:
types: [created]
types: [published]
jobs:
deploy_with_bdist_wheel:
@@ -58,4 +58,4 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
twine upload dist/pyqlib-*-manylinux*.whl
twine upload dist/pyqlib-*-manylinux*.whl