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"