Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Analysers
cclutils
Commits
a2174027
Commit
a2174027
authored
Mar 11, 2021
by
Grzegorz Kostkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Force using version 3.6 of python because of inconsistent python symlinks
parent
532aae7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
a2174027
...
...
@@ -23,14 +23,14 @@ stages:
push_wheel
:
before_script
:
-
pip install twine
-
pip
3.6
install twine
only
:
-
master
stage
:
push_wheel
when
:
on_success
script
:
-
python setup.py sdist bdist_wheel
-
python -m twine upload
-
python
3.6
setup.py sdist bdist_wheel
-
python
3.6
-m twine upload
--repository-url https://pypi.clarin-pl.eu/
-u $PIPY_USER -p $PIPY_PASS dist/cclutils*.whl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment