From a54eaf6498dc7a8f5cf634078fa92f9971a55c22 Mon Sep 17 00:00:00 2001 From: sina Date: Mon, 13 Dec 2021 13:48:24 -0800 Subject: [PATCH] v0.0.5 --- .github/workflows/main.yml | 5 ----- setup.py | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6eb5a0c..cf7244f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,11 +29,6 @@ jobs: --outdir dist/ . - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@master - with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master diff --git a/setup.py b/setup.py index 2f723ff..c83ce2d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import setup -version = "0.0.3" +version = "0.0.5" long_description = open(f"README.md").read()