mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
don't publish Python packages yet
This commit is contained in:
12
.github/workflows/build-majestic.yml
vendored
12
.github/workflows/build-majestic.yml
vendored
@@ -360,9 +360,9 @@ jobs:
|
||||
name: python-windows
|
||||
path: ./dist
|
||||
|
||||
- name: Publish
|
||||
env:
|
||||
TWINE_USERNAME: __token__
|
||||
TWINE_PASSWORD: ${{ secrets.pypi_password }}
|
||||
run: |
|
||||
(cd ./src/runtime/python && curl -I --fail https://pypi.org/project/$(python setup.py --name)/$(python setup.py --version)/) || twine upload --skip-existing dist/*
|
||||
# - name: Publish
|
||||
# env:
|
||||
# TWINE_USERNAME: __token__
|
||||
# TWINE_PASSWORD: ${{ secrets.pypi_password }}
|
||||
# run: |
|
||||
# (cd ./src/runtime/python && curl -I --fail https://pypi.org/project/$(python setup.py --name)/$(python setup.py --version)/) || twine upload --skip-existing dist/*
|
||||
|
||||
Reference in New Issue
Block a user