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

Fix package publishing

parent f76353c2
Branches
1 merge request!4Feature/add poetry
......@@ -76,4 +76,5 @@ jobs:
run: |
poetry version "$(poetry version --short)-beta.${GITHUB_RUN_NUMBER}"
poetry build
poetry publish --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}
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 }}
......@@ -28,4 +28,5 @@ jobs:
run: |
poetry version "$(git describe --tags --abbrev=0)"
poetry build
poetry publish --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}
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