From 19f1baf2d60c8266f2502496472442cae7987884 Mon Sep 17 00:00:00 2001 From: Andrew Herrington Date: Thu, 16 Dec 2021 18:20:59 -0600 Subject: [PATCH] fix manifest --- .github/workflows/pre-release.yml | 7 ------- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 8952a00..e1332ac 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d7e9b31..3b256f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "healthchecks_io" version = "0.0.0" description = "A python client package for Healthchecks.io API" -authors = ["Andrew Herrington "] +authors = ["Andrew Herrington "] license = "MIT" readme = "README.rst" homepage = "https://github.com/andrewthetechie/py-healthchecks.io"