Compare commits
1 commit
main
...
feat/add-c
Author | SHA1 | Date | |
---|---|---|---|
fed14b4f4b |
1 changed files with 1 additions and 11 deletions
|
@ -57,17 +57,7 @@ pipeline:
|
|||
title: NEWEST_VERSION.md
|
||||
note: NEWEST_CHANGES.md
|
||||
when:
|
||||
event: tag
|
||||
tag: v*
|
||||
|
||||
pypi_release:
|
||||
image: python
|
||||
commands:
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
- echo "----------------- publishing to pypi ------------------"
|
||||
- poetry publish --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
|
||||
when:
|
||||
branch: main
|
||||
event: tag
|
||||
tag: v*
|
||||
|
||||
|
|
Loading…
Reference in a new issue