Skip to content

Commit e7b4a20

Browse files
authored
fix(travis): Fix travis to publish to pypi (#66)
Signed-off-by: Deepak Selvakumar <[email protected]>
1 parent 5ec83e3 commit e7b4a20

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
@@ -44,7 +44,7 @@ deploy:
4444
- provider: pypi
4545
user: __token__
4646
password: $PYPI_TOKEN
47-
repository: https://upload.pypi.org/legacy
47+
edge: true
4848
skip_cleanup: true
4949
on:
5050
python: '3.8'

0 commit comments

Comments
 (0)