1
0
Fork 0

fetch tags
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Massaki Archambault 2022-11-06 01:26:30 -04:00
parent 14c73b99f6
commit b94844e694
1 changed files with 11 additions and 7 deletions

View File

@ -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