You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/09/06 18:38:18 UTC

tinkerpop git commit: Not deploying to pypi test anymore - redirect to the real deal CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/master 8aedbccce -> e1543f101


Not deploying to pypi test anymore - redirect to the real deal CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e1543f10
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e1543f10
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/e1543f10

Branch: refs/heads/master
Commit: e1543f10116fe8aa5602ae6951d568b1e3fe24bf
Parents: 8aedbcc
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Sep 6 14:37:42 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Sep 6 14:37:42 2016 -0400

----------------------------------------------------------------------
 gremlin-python/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e1543f10/gremlin-python/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-python/pom.xml b/gremlin-python/pom.xml
index 20ae604..f04c15f 100644
--- a/gremlin-python/pom.xml
+++ b/gremlin-python/pom.xml
@@ -615,7 +615,7 @@ log.info("Gremlin Server shutdown")
                                         </exec>
                                         <exec dir="${project.build.directory}/python-packaged" executable="env/bin/twine"
                                               failonerror="true">
-                                            <arg line="upload dist/* -r pypitest -s"/>
+                                            <arg line="upload dist/* -r pypi -s"/>
                                         </exec>
                                     </tasks>
                                 </configuration>