Skip to content

Commit 65d1bed

Browse files
authored
Create .travis.yml
1 parent a4b32bd commit 65d1bed

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: python
2+
python:
3+
- "3.8"
4+
5+
jobs:
6+
include:
7+
- stage: pypi release
8+
python: "3.8"
9+
script: echo "Deploying to pypi ..."
10+
deploy:
11+
provider: pypi
12+
username: "__token__"
13+
password: $PYPI_TOKEN
14+
on:
15+
tags: true

0 commit comments

Comments
 (0)