forked from GitHub/gf-core
Add friendly name to upload job
This commit is contained in:
committed by
GitHub
parent
c47f2232c5
commit
fff19f31af
1
.github/workflows/build-python-package.yml
vendored
1
.github/workflows/build-python-package.yml
vendored
@@ -65,6 +65,7 @@ jobs:
|
|||||||
path: ./src/runtime/python/dist/*.tar.gz
|
path: ./src/runtime/python/dist/*.tar.gz
|
||||||
|
|
||||||
upload_pypi:
|
upload_pypi:
|
||||||
|
name: Upload to PyPI
|
||||||
needs: [build_wheels, build_sdist]
|
needs: [build_wheels, build_sdist]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
|
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
|
||||||
|
|||||||
Reference in New Issue
Block a user