From 4fff5c36e87bcd87c3159ca730a8b091442d4172 Mon Sep 17 00:00:00 2001 From: Helge Penne Date: Mon, 19 Aug 2024 06:05:57 +0200 Subject: [PATCH] Removed publishing to testpypi. Reverted version to 0.0.5 --- .github/workflows/publish-to-pypi.yml | 10 +++++----- setup.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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",