Update the CI/CD configuration to deploy only for the tag events.

dev
KKlochko 2 years ago
parent f2e70ccc85
commit 64fa91bbc1

@ -17,5 +17,5 @@ steps:
- $POETRY_HOME/bin/poetry install - $POETRY_HOME/bin/poetry install
- $POETRY_HOME/bin/poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD - $POETRY_HOME/bin/poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
when: when:
branch: event: tag
- main

Loading…
Cancel
Save