Add friendly name to upload job

This commit is contained in:
John J. Camilleri
2020-06-15 12:53:19 +02:00
committed by GitHub
parent c47f2232c5
commit fff19f31af

View File

@@ -65,6 +65,7 @@ jobs:
path: ./src/runtime/python/dist/*.tar.gz
upload_pypi:
name: Upload to PyPI
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && github.event_name == 'push'