mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
rename the python package to pgf-majestic and uppload to PyPI
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
|
name: python-windows
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
|
||||||
# - name: Publish
|
- name: Publish
|
||||||
# env:
|
env:
|
||||||
# TWINE_USERNAME: __token__
|
TWINE_USERNAME: __token__
|
||||||
# TWINE_PASSWORD: ${{ secrets.pypi_password }}
|
TWINE_PASSWORD: ${{ secrets.pypi_password }}
|
||||||
# run: |
|
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/*
|
(cd ./src/runtime/python && curl -I --fail https://pypi.org/project/$(python setup.py --name)/$(python setup.py --version)/) || twine upload --skip-existing dist/*
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ pgf_module = Extension(
|
|||||||
libraries = [] if on_windows else ['pgf'])
|
libraries = [] if on_windows else ['pgf'])
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'pgf',
|
name = 'pgf-majestic',
|
||||||
version = '2.4',
|
version = '2.5',
|
||||||
description = 'Python bindings to the Grammatical Framework\'s PGF runtime',
|
description = 'Python bindings to the Grammatical Framework\'s PGF runtime',
|
||||||
long_description="""\
|
long_description="""\
|
||||||
Grammatical Framework (GF) is a programming language for multilingual grammar applications.
|
Grammatical Framework (GF) is a programming language for multilingual grammar applications.
|
||||||
|
|||||||
Reference in New Issue
Block a user