diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e877c8..8ee460d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,3 +31,5 @@ jobs: run: '[[ "v$(poetry version --short)" == "${{ github.ref_name }}" ]]' - name: Upload distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + repository-url: https://test.pypi.org/legacy/ diff --git a/pyproject.toml b/pyproject.toml index 10e4f7a..6bf3645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsita" -version = "2.1.1" +version = "2.1.1.dev1" description = "Parser combinator library for Python" authors = ["David Hagen "] license = "MIT"