diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b80625cf855e9ac8c7c9a72d19b6675e47f355de..c85983e56ca1a3aafdea2352683c531cfe42c1f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,11 +36,12 @@ push_wheel: - pip install twine only: - master + - plwn-api-uuid stage: push_wheel when: on_success script: - python setup.py sdist bdist_wheel - - python -m twine upload + - python -m twine upload --repository-url https://pypi.clarin-pl.eu/ -u $PIPY_USER -p $PIPY_PASS dist/plwn_api*.whl diff --git a/setup.py b/setup.py index 32793b9c8ffd5c8481ae0eaf59640b5831c36e78..fa8827259829e85e0e2e6de9dc525085043d78f3 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,8 @@ import os ENVNAME_DIST_NODEFAULT = 'PLWN_API_DIST_NO_DEFAULT_STORAGE' setup_args = dict( - name='plwn_api', - version='0.24', + name='plwn_api_uuid', + version='0.1', license='LGPL-3.0+', description='Python API to access plWordNet lexicon',