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