Update the CI/CD configuration to deploy only from the main branch.

dev
KKlochko 2 years ago
parent 60cc44c488
commit b42b1e6d53

@ -16,3 +16,6 @@ steps:
- $POETRY_HOME/bin/pip install poetry==1.3.2
- $POETRY_HOME/bin/poetry install
- $POETRY_HOME/bin/poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
when:
branch:
- main

Loading…
Cancel
Save