Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mkdocs-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Janne Mareike Koschinski
mkdocs-material
Commits
12d1a282
Commit
12d1a282
authored
7 years ago
by
Martin Donath
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #465 from squidfunk/fix/release-deploy-travis
Install secure urllib package to fix twine deployment on Travis
parents
52b255c0
55a908f2
Branches
Branches containing commit
Tags
1.10.1
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/travis
+4
-0
4 additions, 0 deletions
scripts/travis
with
4 additions
and
0 deletions
scripts/travis
+
4
−
0
View file @
12d1a282
...
@@ -43,6 +43,10 @@ echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; :;
...
@@ -43,6 +43,10 @@ echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; :;
# Install dependencies for release build
# Install dependencies for release build
pip
install
--user
wheel twine
pip
install
--user
wheel twine
# Fix SSL warnings for Python > 2.7.9
# https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2
pip
install
--user
urllib3[secure]
# Build and install theme and Docker image
# Build and install theme and Docker image
python setup.py build sdist bdist_wheel
--universal
python setup.py build sdist bdist_wheel
--universal
docker build
-t
$TRAVIS_REPO_SLUG
.
docker build
-t
$TRAVIS_REPO_SLUG
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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