diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 9ee99ea..07267f0 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -27,11 +27,11 @@ jobs: --wheel --outdir dist/ . - - name: Publish distribution to Test PyPI when master changes - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + # - name: Publish distribution to Test PyPI when master changes + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # password: ${{ secrets.TEST_PYPI_API_TOKEN }} + # repository_url: https://test.pypi.org/legacy/ - name: Publish distribution to PyPI for tagged releases if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/setup.py b/setup.py index 45ced42..dd73e89 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="asciireqs", - version="0.0.6", + version="0.0.5", description="Text-based Requirement Management using AsciiDoc and version control", long_description=long_description, long_description_content_type="text/markdown",