Skip to content

Commit cda37f2

Browse files
authored
Fix PyPi release URL (#17)
1 parent 4ee4629 commit cda37f2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.travis.yml

-11
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ deploy:
3434

3535
- provider: pypi
3636
user: Wirepas
37-
server: https://test.pypi.org/legacy/
38-
password: ${PYPI_TEST_PWD}
39-
skip_existing: true
40-
skip_cleanup: true
41-
on:
42-
tags: true
43-
branch: master
44-
45-
- provider: pypi
46-
user: Wirepas
47-
server: https://test.pypi.org/legacy/
4837
password: ${PYPI_PWD}
4938
skip_existing: true
5039
skip_cleanup: true

0 commit comments

Comments
 (0)