Skip to content

Commit

Permalink
Removed publishing to testpypi. Reverted version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hpenne committed Aug 19, 2024
1 parent aff1ba1 commit 4fff5c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4fff5c3

Please sign in to comment.