Compare commits

..

No commits in common. "8cd5c6e9e01af47e3b6fd5b52aafd791af2788e0" and "afd12e25e625f8b9303a1b467ac1289e67186b49" have entirely different histories.

1 changed files with 1 additions and 16 deletions

View File

@ -9,8 +9,7 @@ steps:
commands:
- pip install hatch
- hatch run test
publish-local-package:
group: publish-package
publish-package:
image: python:3.11
commands:
- pip install hatch
@ -24,20 +23,6 @@ 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: