mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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
|
||||
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user