Skip to content
Snippets Groups Projects
Unverified Commit 9beb06eb authored by Marcin Wątroba's avatar Marcin Wątroba Committed by GitHub
Browse files

Merge pull request #6 from CLARIN-PL/feature/change_registry_clarin

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