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