diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 59d5083..3bb94ef 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Download dist artifacts - uses: actions/download-artifact@b14cf4c92630c3507bd1d16c4e9b01de8732f597 # v4.0.0 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: name: dist path: dist/ @@ -82,7 +82,7 @@ jobs: echo "tag=v${VERSION}" >> "$GITHUB_OUTPUT" - name: Download dist artifacts - uses: actions/download-artifact@b14cf4c92630c3507bd1d16c4e9b01de8732f597 # v4.0.0 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: name: dist path: dist/ diff --git a/pyproject.toml b/pyproject.toml index c496839..f3027b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytest-beehave" -version = "0.2.1" +version = "0.2.2" description = "A pytest plugin that generates test stubs from Gherkin feature files, checks consistency, and displays BDD steps in pytest output" readme = "README.md" requires-python = ">=3.14" diff --git a/pytest_beehave/__init__.py b/pytest_beehave/__init__.py index f71493d..77c229f 100644 --- a/pytest_beehave/__init__.py +++ b/pytest_beehave/__init__.py @@ -1,3 +1,3 @@ """pytest-beehave — beehave stub generation during the pytest lifecycle.""" -__version__ = "0.2.1" +__version__ = "0.2.2" diff --git a/uv.lock b/uv.lock index 24dd342..df0a8d2 100644 --- a/uv.lock +++ b/uv.lock @@ -677,7 +677,7 @@ wheels = [ [[package]] name = "pytest-beehave" -version = "0.2.1" +version = "0.2.2" source = { editable = "." } dependencies = [ { name = "beehave" },