This commit is contained in:
parent
4683b3856e
commit
2e814dea86
14
.drone.yml
14
.drone.yml
@ -10,7 +10,7 @@ steps:
|
|||||||
image: python:3
|
image: python:3
|
||||||
commands:
|
commands:
|
||||||
- python -V
|
- python -V
|
||||||
- make test-env test
|
- make test
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
@ -38,7 +38,7 @@ steps:
|
|||||||
image: python:3.4
|
image: python:3.4
|
||||||
commands:
|
commands:
|
||||||
- python -V
|
- python -V
|
||||||
- make test-env test
|
- make test
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
@ -66,7 +66,7 @@ steps:
|
|||||||
image: python:3.5
|
image: python:3.5
|
||||||
commands:
|
commands:
|
||||||
- python -V
|
- python -V
|
||||||
- make test-env test
|
- make test
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
@ -94,7 +94,7 @@ steps:
|
|||||||
image: python:3.6
|
image: python:3.6
|
||||||
commands:
|
commands:
|
||||||
- python -V
|
- python -V
|
||||||
- make test-env test
|
- make test
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
@ -122,7 +122,7 @@ steps:
|
|||||||
image: python:3.7
|
image: python:3.7
|
||||||
commands:
|
commands:
|
||||||
- python -V
|
- python -V
|
||||||
- make test-env test
|
- make test
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
@ -206,7 +206,7 @@ steps:
|
|||||||
- name: push to test pypi
|
- name: push to test pypi
|
||||||
image: python:3
|
image: python:3
|
||||||
commands:
|
commands:
|
||||||
- make build-env upload-test
|
- make upload-test
|
||||||
environment:
|
environment:
|
||||||
TWINE_USERNAME:
|
TWINE_USERNAME:
|
||||||
from_secret: PYPI_USERNAME
|
from_secret: PYPI_USERNAME
|
||||||
@ -216,7 +216,7 @@ steps:
|
|||||||
- name: push to pypi
|
- name: push to pypi
|
||||||
image: python:3
|
image: python:3
|
||||||
commands:
|
commands:
|
||||||
- make build-env upload
|
- make upload
|
||||||
environment:
|
environment:
|
||||||
TWINE_USERNAME:
|
TWINE_USERNAME:
|
||||||
from_secret: PYPI_USERNAME
|
from_secret: PYPI_USERNAME
|
||||||
|
Loading…
Reference in New Issue
Block a user