Update registry URL
This commit is contained in:
parent
087382ed05
commit
1cb96710e5
|
@ -5,11 +5,11 @@ name: build and publish
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: registry.kucharczyk.tech/python-pypi
|
||||
image: registry.kucharczyk.xyz/python-pypi
|
||||
commands:
|
||||
- python -m build
|
||||
- name: publish
|
||||
image: registry.kucharczyk.tech/python-pypi
|
||||
image: registry.kucharczyk.xyz/python-pypi
|
||||
commands:
|
||||
- python -m twine upload -u $USERNAME -p $PASSWORD dist/*
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue