Skip to content

Commit

Permalink
feat: specific provider version for avoid force update dependencies o…
Browse files Browse the repository at this point in the history
…n stage deploy
  • Loading branch information
kenzchiiro committed Oct 5, 2024
1 parent 6fd1e79 commit c5b7ab2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: python
python:
- "3.9"
install: "pip install -r requirements.txt"
install:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install urllib3==1.26.15 setuptools==70.0.0 twine==5.1.1 #install package for deploy
script: make clean test coverage docs dist
deploy:
provider: pypi
edge:
branch: v1.8.45
user: nottyo
skip_cleanup: true
password:
Expand Down

0 comments on commit c5b7ab2

Please sign in to comment.