ci: switch to custom python-pypi image
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Lukáš Kucharczyk 2021-06-24 20:49:29 +00:00
parent a3c53cd015
commit cd426cdcb2
1 changed files with 2 additions and 4 deletions

View File

@ -5,14 +5,12 @@ name: build and publish
steps:
- name: build
image: python
image: registry.kucharczyk.tech/python-pypi
commands:
- python -m pip install build
- python -m build
- name: publish
image: python
image: registry.kucharczyk.tech/python-pypi
commands:
- python -m pip install twine
- python -m twine upload -u $USERNAME -p $PASSWORD dist/*
environment:
USERNAME: