diff --git a/.woodpecker.yml b/.woodpecker.yml index d17c73e..ae2922f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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*