Update registry URL

This commit is contained in:
Lukáš Kucharczyk 2022-04-07 13:11:43 +02:00
parent 087382ed05
commit 1cb96710e5
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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: