Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 0bbc495

Browse files
committed
ci: More fix for Travis CI config
1 parent 2fcdfb3 commit 0bbc495

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stages:
1212
python:
1313
- "3.6"
1414
- "3.7"
15-
- "3.8-dev"
15+
- "3.8"
1616
os:
1717
- linux
1818
# - osx # Travis CI does not officially support Python on macOS.
@@ -44,12 +44,12 @@ jobs:
4444
tags: true
4545
provider: pypi
4646
distributions: sdist bdist_wheel
47-
skip_upload_docs: true
47+
upload_docs: false
4848
user: "__token__"
4949
password:
5050
secure: "pypi-AgEIcHlwaS5vcmcCJDkyM2QzNjkxLTU5MWUtNDc4YS05YWU3LTg0MTUwZjlhZDRjNwACQnsicGVybWlzc2lvbnMiOiB7InByb2plY3RzIjogWyJiYWNrZW5kLWFpLWNsaWVudCJdfSwgInZlcnNpb24iOiAxfQAABiDYwYfQxE_mRlq1N1eBd6qYKViBiAqtlV0p5QVx4_h8iw"
5151
allow_failures:
52-
- python: "3.8-dev"
52+
- python: "3.8"
5353
os: linux
5454
fast_finish: true
5555

0 commit comments

Comments
 (0)