Skip to content

Commit e13988f

Browse files
Toben ArcherToben Archer
Toben Archer
authored and
Toben Archer
committed
Automatic deployment removed.
I have decided to give up on automated deployments. Being stuck and not knowing what to do I looked at the top python projects on github. One of them use travis's auto deploy feature, and they did custom scripting not travis's built in deployment pipeline. So for the foreseeable future we'll keep doing the deployments by hand.
1 parent 8cf2417 commit e13988f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.travis.yml

-7
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,3 @@ install:
66
- pip install -r requirements-dev.txt
77
- python setup.py install
88
script: pytest
9-
deploy:
10-
provider: pypi
11-
user: O365
12-
password:
13-
secure: Lbz3GiQvV5Kzzn79wI/sEMR1bysZNPONekp3TrlJ6PLNKGYaAz3HurBqvDQ0IlAKsnRVch4kjB1FXgEx20dhuGznBooSfe9JoXGEWox7zprsZOHYq9iD4Q1Ay8Q24IEtK7Ey+g+zb2Mj6DsMhafaPMuHS6uWQNdvRSPCNvONOjUtv4w54Jk8UViZvffLaZocn17/+qOjS+Z0ZDyj7NiMh4gDJmKHayE3WgF88wv7TTtikTCQ4+yBHkYhYmqp4lzMcJfM++XscGHhv/dKiUnDvd8ig+KqqSEevIOBylQy3M5ApT3u4khS9tv57yq+nowJ8ddtz0+TAr5Sjm4TBMYjOMl6X7hEvoXY40s3RL7IongyF/zTZgUk2VuAVPE9OUXwDeOWFqu1CP/RYEQxgxEMyCakhsEGcIS8eT/1DROxgvAvNX8kq2f/WPWmKgNoanbNO+0TAvzqdPhzNjL0NcpwUz+0FE24m00iroRJkU0IlFJosx4TvXh+Jb6ihUA+yCdjOzLu0GAPXP8oKkJ4rj7/2qwh4w/5AvtmYMc0XA0w2VSNQxJpBkpieZ2z13oUbrrjLtEhmyuJFKAhsU0va+l853xInbL4pQzCzodb36R+FCihEOonaFORkEATtltYG98T3DmhzFu40dvd2+1lIHPkLhvBBuR5iFR+tqjkVFTcS8o=
14-
on:
15-
tags: true

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def read(fname):
3737

3838
setup(
3939
name='O365',
40-
version='1.0.0',
40+
version='1.0.1',
4141
# packages=['O365', 'O365.utils'],
4242
packages=find_packages(),
4343
url='https://github.com/O365/python-o365',

0 commit comments

Comments
 (0)