Skip to content
Snippets Groups Projects
Commit bb51c732 authored by lukaszszpak's avatar lukaszszpak
Browse files

chore: repository package with uuid

parent 267496df
4 merge requests!10Revert "test if load_default will download dump",!9Merge request,!8Revert "test if load_default will download dump",!7Revert "test if load_default will download dump"
Pipeline #13752 passed with stages
in 1 minute and 15 seconds
...@@ -36,11 +36,12 @@ push_wheel: ...@@ -36,11 +36,12 @@ push_wheel:
- pip install twine - pip install twine
only: only:
- master - master
- plwn-api-uuid
stage: push_wheel stage: push_wheel
when: on_success when: on_success
script: script:
- python setup.py sdist bdist_wheel - python setup.py sdist bdist_wheel
- python -m twine upload - python -m twine upload
--repository-url https://pypi.clarin-pl.eu/ --repository-url https://pypi.clarin-pl.eu/
-u $PIPY_USER -p $PIPY_PASS dist/plwn_api*.whl -u $PIPY_USER -p $PIPY_PASS dist/plwn_api*.whl
...@@ -8,8 +8,8 @@ import os ...@@ -8,8 +8,8 @@ import os
ENVNAME_DIST_NODEFAULT = 'PLWN_API_DIST_NO_DEFAULT_STORAGE' ENVNAME_DIST_NODEFAULT = 'PLWN_API_DIST_NO_DEFAULT_STORAGE'
setup_args = dict( setup_args = dict(
name='plwn_api', name='plwn_api_uuid',
version='0.24', version='0.1',
license='LGPL-3.0+', license='LGPL-3.0+',
description='Python API to access plWordNet lexicon', description='Python API to access plWordNet lexicon',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment