Skip to content

Commit 3001656

Browse files
authored
Merge pull request #172 from arokem/prep_for_release
Don't deploy from travis (use twine locally instead).
2 parents 6f95bea + befc1fa commit 3001656

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
language: python
22
sudo: false
3-
deploy:
4-
provider: pypi
5-
user: arokem
6-
password:
7-
secure: sr2oQY1fOGNQRslNyNLq8B6bVGrvkwIxf23mcYY7F87DPLVvJ799VE1yxKwOJQeVmcFXDwWnxo3pzLvhSYNS3yDHjt9ymJ0+togNx4TUKPPcOHzlTNr+CfTkcx684aypykJjfAgGxUQs5cF2BVutEvKGbCla8OuO+N42Kc8350w=
8-
on:
9-
tags: true
10-
repo: nipy/nitime
113

124
python:
135
- 3.6

nitime/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
_version_major = 0
55
_version_minor = 8
66
_version_micro = '' # use '' for first of series, number for 1 and above
7-
_version_extra = 'dev'
8-
#_version_extra = '' # Uncomment this for full releases
7+
#_version_extra = 'dev'
8+
_version_extra = '' # Uncomment this for full releases
99

1010
# Construct full version string from these.
1111
_ver = [_version_major, _version_minor]

0 commit comments

Comments
 (0)