Skip to content

Commit 06995d3

Browse files
author
Lee Yang
committed
update README badges; enable publish_pypi
1 parent 6f042b4 commit 06995d3

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Please see LICENSE file in the project root for terms.
77
> _TensorFlowOnSpark brings scalable deep learning to Apache Hadoop and Apache Spark
88
clusters._
99

10-
[![Build Status](https://travis-ci.org/yahoo/TensorFlowOnSpark.svg?branch=master)](https://travis-ci.org/yahoo/TensorFlowOnSpark) [![PyPI version](https://badge.fury.io/py/tensorflowonspark.svg)](https://badge.fury.io/py/tensorflowonspark)
10+
[![Build Status](https://cd.screwdriver.cd/pipelines/6384/badge?nocache=true)](https://cd.screwdriver.cd/pipelines/6384)
11+
[![Package](https://img.shields.io/badge/package-pypi-blue.svg)](https://pypi.org/project/tensorflowonspark/)
12+
[![Downloads](https://img.shields.io/pypi/dm/tensorflowonspark.svg)](https://img.shields.io/pypi/dm/tensorflowonspark.svg)
13+
[![Documentation](https://img.shields.io/badge/Documentation-latest-blue.svg)](https://yahoo.github.io/TensorFlowOnSpark/)
1114

1215
By combining salient features from the [TensorFlow](https://www.tensorflow.org) deep learning framework with [Apache Spark](http://spark.apache.org) and [Apache Hadoop](http://hadoop.apache.org), TensorFlowOnSpark enables distributed
1316
deep learning on a cluster of GPU and CPU servers.

screwdriver.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,16 @@ jobs:
4141
environment:
4242
PUBLISH: True
4343
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
44-
requires: [validate_test, validate_lint, validate_codestyle, validate_safetydb, generate_version]
44+
requires: [validate_test, validate_lint, validate_codestyle, validate_safetydb]
4545
steps:
4646
- update_version: |
4747
echo 'using version from setup.cfg'
4848
49-
# publish_pypi:
50-
# template: python/package_python
51-
# environment:
52-
# PUBLISH: True
53-
# requires: [verify_test_package]
49+
publish_pypi:
50+
template: python/package_python
51+
environment:
52+
PUBLISH: True
53+
requires: [publish_test_pypi]
54+
steps:
55+
- update_version: |
56+
echo 'using version from setup.cfg'

0 commit comments

Comments
 (0)