mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 10:22:50 -06:00
3
.github/workflows/build-python-package.yml
vendored
3
.github/workflows/build-python-package.yml
vendored
@@ -67,6 +67,7 @@ jobs:
|
||||
upload_pypi:
|
||||
needs: [build_wheels, build_sdist]
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -82,7 +83,7 @@ jobs:
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: artifact
|
||||
path: ./src/runtime/python/dist
|
||||
path: ./dist
|
||||
|
||||
- name: Publish
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user