Merge pull request 'Also publish package to PyPI' (#3) from raoul/http2smtp:send-to-pypi into master
ci/woodpecker/push/woodpecker Pipeline was successful Details

Reviewed-on: #3
master
Raoul Snyman 2023-08-10 04:12:59 +00:00
commit 8cd5c6e9e0
1 changed files with 16 additions and 1 deletions

View File

@ -9,7 +9,8 @@ steps:
commands:
- pip install hatch
- hatch run test
publish-package:
publish-local-package:
group: publish-package
image: python:3.11
commands:
- pip install hatch
@ -23,6 +24,20 @@ steps:
- repo: libertytechforce/http2smtp
branch: master
event: tag
publish-pypi-package:
group: publish-package
image: python:3.11
commands:
- pip install hatch
- hatch build
- hatch publish --user $PYPI_USERNAME --auth $PYPI_TOKEN --no-prompt
secrets:
- pypi-username
- pypi-token
when:
- repo: libertytechforce/http2smtp
branch: master
event: tag
nightly-image:
image: docker
commands: