Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

1 changed files with 1 additions and 16 deletions

View File

@ -9,8 +9,7 @@ steps:
commands: commands:
- pip install hatch - pip install hatch
- hatch run test - hatch run test
publish-local-package: publish-package:
group: publish-package
image: python:3.11 image: python:3.11
commands: commands:
- pip install hatch - pip install hatch
@ -24,20 +23,6 @@ steps:
- repo: libertytechforce/http2smtp - repo: libertytechforce/http2smtp
branch: master branch: master
event: tag 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: nightly-image:
image: docker image: docker
commands: commands: