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