1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-17 09:24:34 +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: on:
release: release:
types: [created] types: [published]
jobs: jobs:
deploy_with_bdist_wheel: deploy_with_bdist_wheel:
@@ -58,4 +58,4 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: | run: |
twine upload dist/pyqlib-*-manylinux*.whl twine upload dist/pyqlib-*-manylinux*.whl