Skip to content
Snippets Groups Projects
Commit d93287d2 authored by Grzegorz Kostkowski's avatar Grzegorz Kostkowski
Browse files

Merge branch 'develop' into 'master'

Force using version 3.6 of python because of inconsistent python symlinks

See merge request !6
parents 532aae7f a2174027
Branches
Tags
1 merge request!6Force using version 3.6 of python because of inconsistent python symlinks
Pipeline #2679 passed
...@@ -23,14 +23,14 @@ stages: ...@@ -23,14 +23,14 @@ stages:
push_wheel: push_wheel:
before_script: before_script:
- pip install twine - pip3.6 install twine
only: only:
- master - master
stage: push_wheel stage: push_wheel
when: on_success when: on_success
script: script:
- python setup.py sdist bdist_wheel - python3.6 setup.py sdist bdist_wheel
- python -m twine upload - python3.6 -m twine upload
--repository-url https://pypi.clarin-pl.eu/ --repository-url https://pypi.clarin-pl.eu/
-u $PIPY_USER -p $PIPY_PASS dist/cclutils*.whl -u $PIPY_USER -p $PIPY_PASS dist/cclutils*.whl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment