Skip to content

Commit 29d14bd

Browse files
committed
fix file upload
1 parent 5bf4c7d commit 29d14bd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
provider: releases
4242
skip_cleanup: true
4343
api_key: $GITHUB_TOKEN
44-
files:
45-
- ${TRAVIS_TAG}.zip
44+
file: ${TRAVIS_TAG}.zip
4645
draft: true
4746
on:
4847
tags: true

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.6-alpha3'
7+
__version__ = '0.9.6-alpha4'
88
__author__ = 'SAS'
99
__credits__ = ['Lucas De Paula, Peter Tobac, Jon Walker']
1010
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)