1
0
Fork 0

fix typo
continuous-integration/drone/tag Build is failing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Massaki Archambault 2022-11-06 01:18:54 -04:00
parent fc40e2df46
commit 14c73b99f6
1 changed files with 6 additions and 10 deletions

View File

@ -80,14 +80,10 @@ trigger:
- tag
steps:
- name: publish pypi
image: python:3.10
commands:
- pip install twine
- python setup.py sdist
- twine upload dist/*
environment:
TWINE_USERNAME:
- name: publish pypi
image: plugins/pypi
settings:
username:
from_secret: pypi_username
TWINE_PASSWORD:
from_secret: pypi_username
password:
from_secret: pypi_password