Skip to content
Snippets Groups Projects
Unverified Commit 7cc8ae9a authored by Marcin Wątroba's avatar Marcin Wątroba
Browse files

Change registry to clarin.eu

parent 5b5af56d
No related branches found
No related tags found
1 merge request!6Change registry to clarin.eu
......@@ -76,5 +76,5 @@ jobs:
run: |
poetry version "$(poetry version --short)-beta.${GITHUB_RUN_NUMBER}"
poetry build
poetry config repositories.theliverpypi https://nexus.theliver.pl/repository/pypi-registry/
poetry publish -r theliverpypi --username ${{ secrets.THELIVER_PYPI_USER }} --password ${{ secrets.THELIVER_PYPI_PASS }}
poetry config repositories.clarinpypi https://pypi.clarin-pl.eu/
poetry publish -r clarinpypi --username ${{ secrets.PYPI_USER }} --password ${{ secrets.PYPI_PASS }}
......@@ -73,5 +73,5 @@ jobs:
run: |
poetry version "$(poetry version --short)-alpha.${GITHUB_RUN_NUMBER}"
poetry build
poetry config repositories.theliverpypi https://nexus.theliver.pl/repository/pypi-registry/
poetry publish -r theliverpypi --username ${{ secrets.THELIVER_PYPI_USER }} --password ${{ secrets.THELIVER_PYPI_PASS }}
poetry config repositories.clarinpypi https://pypi.clarin-pl.eu/
poetry publish -r clarinpypi --username ${{ secrets.PYPI_USER }} --password ${{ secrets.PYPI_PASS }}
......@@ -28,5 +28,5 @@ jobs:
run: |
poetry version "$(git describe --tags --abbrev=0)"
poetry build
poetry config repositories.theliverpypi https://nexus.theliver.pl/repository/pypi-registry/
poetry publish -r theliverpypi --username ${{ secrets.THELIVER_PYPI_USER }} --password ${{ secrets.THELIVER_PYPI_PASS }}
poetry config repositories.clarinpypi https://pypi.clarin-pl.eu/
poetry publish -r clarinpypi --username ${{ secrets.PYPI_USER }} --password ${{ secrets.PYPI_PASS }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment