Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
da0bda6b
Commit
da0bda6b
authored
Nov 27, 2017
by
Mike Holler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed prod PyPI URL and deploy block list.
parent
617bbc9b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
.travis.yml
.travis.yml
+2
-3
deploy-python.sh
.travis/deploy-python.sh
+1
-1
No files found.
.travis.yml
View file @
da0bda6b
...
@@ -14,7 +14,7 @@ matrix:
...
@@ -14,7 +14,7 @@ matrix:
-
"
cd
../"
-
"
cd
../"
deploy
:
deploy
:
# Checkpointed release builds.
# Checkpointed release builds.
provider
:
script
-
provider
:
script
script
:
.travis/deploy-python.sh
script
:
.travis/deploy-python.sh
skip_cleanup
:
true
skip_cleanup
:
true
on
:
on
:
...
@@ -22,9 +22,8 @@ matrix:
...
@@ -22,9 +22,8 @@ matrix:
# all_branches must be set with tags: true. See below post:
# all_branches must be set with tags: true. See below post:
# https://stackoverflow.com/a/27775257/1076585
# https://stackoverflow.com/a/27775257/1076585
all_branches
:
true
all_branches
:
true
deploy
:
# Produce a new build for the cutting edge when master changes.
# Produce a new build for the cutting edge when master changes.
provider
:
script
-
provider
:
script
script
:
.travis/deploy-python.sh
script
:
.travis/deploy-python.sh
skip_cleanup
:
true
skip_cleanup
:
true
on
:
on
:
...
...
.travis/deploy-python.sh
View file @
da0bda6b
#!/bin/bash
#!/bin/bash
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
PROD_REPOSITORY
=
"https://upload.pypi.org/legacy"
PROD_REPOSITORY
=
"https://upload.pypi.org/legacy
/
"
TEST_REPOSITORY
=
"https://test.pypi.org/legacy/"
TEST_REPOSITORY
=
"https://test.pypi.org/legacy/"
twine upload
\
twine upload
\
...
...
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