Skip to content

Commit

Permalink
rename the python package to pgf-majestic and uppload to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Sep 10, 2023
1 parent 2bc6e28 commit 2df5538
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-majestic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
4 changes: 2 additions & 2 deletions src/runtime/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
libraries = [] if on_windows else ['pgf'])

setup(
name = 'pgf',
version = '2.4',
name = 'pgf-majestic',
version = '2.5',
description = 'Python bindings to the Grammatical Framework\'s PGF runtime',
long_description="""\
Grammatical Framework (GF) is a programming language for multilingual grammar applications.
Expand Down

0 comments on commit 2df5538

Please sign in to comment.