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