mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
Don't skip after_success
This commit is contained in:
parent
0c82edf65c
commit
4d0d702aaf
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
python: "3.7"
|
||||
install: skip
|
||||
script: skip
|
||||
after_success: skip
|
||||
after_success: true
|
||||
deploy:
|
||||
provider: pypi
|
||||
distributions: sdist bdist_wheel
|
||||
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
python: "3.7"
|
||||
install: skip
|
||||
script: skip
|
||||
after_success: skip
|
||||
after_success: true
|
||||
skip_cleanup: true
|
||||
before_deploy:
|
||||
- ./set_version.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue