Skip to content

Commit

Permalink
Test only
Browse files Browse the repository at this point in the history
  • Loading branch information
drhagen committed Oct 11, 2023
1 parent 58d2cb5 commit 0fbabb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <david@drhagen.com>"]
license = "MIT"
Expand Down

0 comments on commit 0fbabb5

Please sign in to comment.