Skip to content
Snippets Groups Projects

Change registry to clarin.eu

Merged Marcin Wątroba requested to merge feature/change_registry_clarin into main
Compare and
3 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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 }}