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

Fix package publishing

parent fa91915f
Branches
1 merge request!4Feature/add poetry
......@@ -73,5 +73,5 @@ jobs:
run: |
poetry version "$(poetry version --short)-alpha.${GITHUB_RUN_NUMBER}"
poetry build
poetry config repositories.clarinpypi https://pypi.clarin-pl.eu/simple/
poetry publish -r clarinpypi --username ${{ secrets.PYPI_USER }} --password ${{ secrets.PYPI_PASS }}
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 }}
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