fetch tags
This commit is contained in:
parent
14c73b99f6
commit
b94844e694
18
.drone.yml
18
.drone.yml
|
@ -80,10 +80,14 @@ trigger:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: publish pypi
|
- name: fetch tags
|
||||||
image: plugins/pypi
|
image: alpine/git
|
||||||
settings:
|
commands:
|
||||||
username:
|
- git fetch --tags
|
||||||
from_secret: pypi_username
|
- name: publish pypi
|
||||||
password:
|
image: plugins/pypi
|
||||||
from_secret: pypi_password
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: pypi_username
|
||||||
|
password:
|
||||||
|
from_secret: pypi_password
|
Loading…
Reference in New Issue