Skip to content

Commit aa8cc05

Browse files
committed
v0.9.5
1 parent 2ee6516 commit aa8cc05

File tree

2 files changed

+9
-20
lines changed

2 files changed

+9
-20
lines changed

.travis.yml

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ script:
2020

2121
jobs:
2222
include:
23-
- stage: debug
24-
script:
25-
- echo ${TRAVIS_TAG}
26-
- ls -la .
27-
2823
- stage: upload test coverage
2924
install:
3025
- pip install pytest pytest-cov codecov
@@ -46,6 +41,13 @@ jobs:
4641
on:
4742
branch: master
4843
tags: true
44+
deploy:
45+
provider: releases
46+
api_key: $GITHUB_TOKEN
47+
draft: true
48+
on:
49+
branch: master
50+
tags: true
4951

5052
- stage: test package deployment
5153
script: # Cancel out default script
@@ -62,17 +64,4 @@ jobs:
6264
branch: master
6365
tags: true
6466

65-
- stage: update GitHub releases
66-
script: # Cancel out default script
67-
- cd python-sasctl
68-
- zip python-sasctl.zip
69-
deploy:
70-
provider: releases
71-
name: ${TRAVIS_TAG}
72-
api_key: $GITHUB_TOKEN
73-
file:
74-
- python-sasctl.zip
75-
draft: true
76-
on:
77-
branch: master
78-
tags: true
67+

src/sasctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright © 2019, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
55
# SPDX-License-Identifier: Apache-2.0
66

7-
__version__ = '0.9.4'
7+
__version__ = '0.9.5'
88
__author__ = 'SAS'
99
__credits__ = ['Lucas De Paula, Peter Tobac, Jon Walker']
1010
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)