1
0
Fork 0

plugins/python is bugged so do the upload to pypi manually
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/tag Build was killed Details

This commit is contained in:
Massaki Archambault 2022-11-06 00:42:53 -04:00
parent a919efa17f
commit 311152793b
1 changed files with 9 additions and 5 deletions

View File

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