Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cclutils
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
cclutils
Commits
a2174027
Commit
a2174027
authored
4 years ago
by
Grzegorz Kostkowski
Browse files
Options
Downloads
Patches
Plain Diff
Force using version 3.6 of python because of inconsistent python symlinks
parent
532aae7f
1 merge request
!6
Force using version 3.6 of python because of inconsistent python symlinks
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment