fix typo
This commit is contained in:
parent
fc40e2df46
commit
14c73b99f6
16
.drone.yml
16
.drone.yml
|
@ -80,14 +80,10 @@ trigger:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: publish pypi
|
- name: publish pypi
|
||||||
image: python:3.10
|
image: plugins/pypi
|
||||||
commands:
|
settings:
|
||||||
- pip install twine
|
username:
|
||||||
- python setup.py sdist
|
|
||||||
- twine upload dist/*
|
|
||||||
environment:
|
|
||||||
TWINE_USERNAME:
|
|
||||||
from_secret: pypi_username
|
from_secret: pypi_username
|
||||||
TWINE_PASSWORD:
|
password:
|
||||||
from_secret: pypi_username
|
from_secret: pypi_password
|
Loading…
Reference in New Issue