Skip to content

Commit 2db019e

Browse files
authored
fix: fixing travis failure (#123)
dependency: none Signed-off-by: jkalanda <[email protected]>
1 parent c87b3fa commit 2db019e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ deploy:
5252
on:
5353
python: '3.9'
5454
branch: master
55-
- provider: pypi
56-
setuptools_version: "60.8.2"
57-
user: __token__
58-
password: $PYPI_TOKEN
59-
repository: https://upload.pypi.org/legacy
55+
- provider: script
56+
script: |
57+
python -m pip install --upgrade pip setuptools twine
58+
python setup.py sdist bdist_wheel
59+
python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/* -u __token__ -p $PYPI_TOKEN
6060
skip_cleanup: true
6161
on:
6262
python: '3.9'

0 commit comments

Comments
 (0)