diff --git a/.woodpecker/release.yml b/.woodpecker/release.yml index 53a0ca2..09c9a38 100644 --- a/.woodpecker/release.yml +++ b/.woodpecker/release.yml @@ -3,7 +3,7 @@ pipeline: image: python:latest when: event: tag - branch: main + # branch: [ main, master ] doesn't work atm commands: - python --version - pip install -U build --quiet @@ -13,7 +13,7 @@ pipeline: image: python:latest when: event: tag - branch: main + # branch: [ main, master ] doesn't work atm secrets: [ twine_username, twine_password ] commands: - pip install -U twine --quiet