Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit 07cf6e8

Browse files
committed
update description for tagging
1 parent 70e1287 commit 07cf6e8

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

.travis.yml

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
language: python
22
python:
3-
- "2.7"
4-
- "3.6"
5-
3+
- '2.7'
4+
- '3.6'
65
install:
7-
- pip install .
8-
- pip install codecov coverage requests_mock nose_parameterized
9-
6+
- pip install .
7+
- pip install codecov coverage requests_mock nose_parameterized
108
script: nosetests --with-coverage --cover-package=cwlgen
11-
129
after_success:
13-
- codecov
10+
- codecov
11+
deploy:
12+
provider: pypi
13+
user: khillion
14+
password:
15+
secure: FcZL32itgRrdyeOC7mmCmqddE7Vise/UfpyJTcYkePkMAinhnq08dxBVn/AgYKmUg4/FqyM+mlQPQ3vo9EMMEbuUoTu6Pk8i3l2GUY1JuCXsN7BTfr0slC3ofpnWpruw85vzl8rU+YEy8bU7os65TapBKeGOihIx2Y+vBhaN6xdMzXnMGJS2PhXuPajMKafFyBBiaP/hNX9jcCDFBE9dD2FE5OjVMhpJRU2miqQuVgxmux4xkf00cSohPza+c7o3a82banitW3d8p25b1EWK+UxrauQy+FAPCw0WJ37K1Cd4BUjMMszSBS+kfOtmfIOuc5PWVJ+KGHPySRHLf+JSOnyvhhrijfkO7gE7N0608+7nX6DcIqbv47Kr9b/IMzm7nAhAhY3XkF1UV+wziFscEjV9suC1dSlI7J2IEolzu76XrTRCbSv/8vf9rNwCLhNEh0w81XomuUoGE/GW+ho0Evh/t66J+ICy+JagjQp6w2NiA6BqNOGXKAJzDshbmgp6J6WQ4KqfSmmsm8hQynIkpvXpeuLS811MmwEvjiZ+NlwyqT9MmC+91CEHW9hc8iJ6+Ug/yfjj5iYIJ8qxY9ksAZUGM63IYuz53muOwTm4FNrS8jmAqU4Wwzrx3pswkv7ffoDPgXssOIBuK+pzhHl0+HKMNcIj47k+FkqlIQbMDro=
16+
on:
17+
tags: true

doc/source/_templates/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block footer %}
44

5-
<a href="https://github.com/khillion">
5+
<a href="https://github.com/common-workflow-language/python-cwlgen/">
66
<img style="position: absolute; top: 0; right: 0; border: 0;"
77
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
88
alt="Fork me on GitHub"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
install_requires=['six', 'ruamel.yaml==0.13.13'],
1111
packages=["cwlgen"],
1212
classifiers=[
13-
'Development Status :: 3 - Alpha',
13+
'Development Status :: 4 - Beta',
1414
'Topic :: Scientific/Engineering :: Bio-Informatics',
1515
'Intended Audience :: Developers',
1616
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)