fix manifest

This commit is contained in:
Andrew Herrington
2021-12-16 18:20:59 -06:00
parent d438f8523c
commit 19f1baf2d6
2 changed files with 1 additions and 8 deletions

View File

@@ -33,13 +33,6 @@ jobs:
run: |
poetry build --ansi
- name: Publish package on PyPI
if: steps.check-version.outputs.tag
uses: pypa/gh-action-pypi-publish@v1.4.2
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
- name: Publish package on TestPyPI
if: "! steps.check-version.outputs.tag"
uses: pypa/gh-action-pypi-publish@v1.4.2

View File

@@ -2,7 +2,7 @@
name = "healthchecks_io"
version = "0.0.0"
description = "A python client package for Healthchecks.io API"
authors = ["Andrew Herrington <andrew@💻.kz>"]
authors = ["Andrew Herrington <andrew.the.techie@gmail.com>"]
license = "MIT"
readme = "README.rst"
homepage = "https://github.com/andrewthetechie/py-healthchecks.io"