This commit is contained in:
+2
-4
@@ -5,14 +5,12 @@ name: build and publish
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: python
|
image: registry.kucharczyk.tech/python-pypi
|
||||||
commands:
|
commands:
|
||||||
- python -m pip install build
|
|
||||||
- python -m build
|
- python -m build
|
||||||
- name: publish
|
- name: publish
|
||||||
image: python
|
image: registry.kucharczyk.tech/python-pypi
|
||||||
commands:
|
commands:
|
||||||
- python -m pip install twine
|
|
||||||
- python -m twine upload -u $USERNAME -p $PASSWORD dist/*
|
- python -m twine upload -u $USERNAME -p $PASSWORD dist/*
|
||||||
environment:
|
environment:
|
||||||
USERNAME:
|
USERNAME:
|
||||||
|
|||||||
Reference in New Issue
Block a user