Skip to content

Commit 2ff8536

Browse files
committed
fix(project): publish to pypi
Signed-off-by: James Hart <[email protected]>
1 parent d16eca5 commit 2ff8536

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ deploy:
4444
on:
4545
python: '3.6'
4646
branch: main
47-
# - provider: pypi
48-
# user: __token__
49-
# password: $PYPI_TOKEN
50-
# repository: https://upload.pypi.org/legacy
51-
# skip_cleanup: true
52-
# on:
53-
# python: '3.6'
54-
# tags: true
47+
- provider: pypi
48+
user: __token__
49+
password: $PYPI_TOKEN
50+
repository: https://upload.pypi.org/legacy
51+
skip_cleanup: true
52+
on:
53+
python: '3.6'
54+
tags: true

0 commit comments

Comments
 (0)