Skip to content

Commit 11fc2af

Browse files
fix: Fix travis failure (#124)
* fix: fixing travis failure dependency: none Signed-off-by: jkalanda <[email protected]> * fix: fixing travis failure dependency: none Signed-off-by: jkalanda <[email protected]> * Update version 0.27.1 -> 0.27.2 Signed-off-by: jkalanda <[email protected]> * chore(release): 0.27.2 release notes ## [0.27.2](v0.27.1...v0.27.2) (2024-12-10) ### Bug Fixes * fixing travis failure ([#123](#123)) ([2db019e](2db019e)) Signed-off-by: jkalanda <[email protected]> --------- Signed-off-by: jkalanda <[email protected]> Co-authored-by: semantic-release-bot <[email protected]>
1 parent 37dd15c commit 11fc2af

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@ deploy:
5151
skip_cleanup: true
5252
on:
5353
python: '3.9'
54-
branch: master
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
54+
all_branches: true # Allow semantic-release on any branch triggered by tags
55+
#branch: master
56+
tags: true
57+
- provider: pypi
58+
setuptools_version: "60.8.2"
59+
user: __token__
60+
password: $PYPI_TOKEN
61+
repository: https://upload.pypi.org/legacy
6062
skip_cleanup: true
6163
on:
6264
python: '3.9'

0 commit comments

Comments
 (0)