diff --git a/.github/workflows/release_and_publish.yml b/.github/workflows/release_and_publish.yml index 6fa6d26..156b256 100644 --- a/.github/workflows/release_and_publish.yml +++ b/.github/workflows/release_and_publish.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: ncipollo/release-action@v1 with: - name: Release ${{ github.ref }} + name: Release ${{ github.ref_name }} makeLatest: true publish_to_pypi: diff --git a/pipreqs/__init__.py b/pipreqs/__init__.py index 0117b9e..5d05a99 100755 --- a/pipreqs/__init__.py +++ b/pipreqs/__init__.py @@ -1,3 +1,3 @@ __author__ = 'Vadim Kravcenko' __email__ = 'vadim.kravcenko@gmail.com' -__version__ = '0.4.21' +__version__ = '0.4.22' diff --git a/pyproject.toml b/pyproject.toml index ba3ed13..ed4081d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pipreqs-build-test" -version = "0.4.21" +version = "0.4.22" description = "Pip requirements.txt generator based on imports in project" authors = ["Vadim Kravcenko "] license = "Apache-2.0"