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

Commit 86b6095

Browse files
committed
Only deploy tagged releases to PyPI.
This way we don't have to merge pre-release versions into `master` to deploy betas to PyPI.
1 parent 493f008 commit 86b6095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ install: pip install .
88
script: nosetests
99
deploy:
1010
on:
11-
branch: master
1211
python: '3.6'
12+
tags: true
1313
provider: pypi
1414
distribution: 'bdist_wheel sdist'
1515
skip_upload_docs: true

0 commit comments

Comments
 (0)