diff --git a/.github/workflows/release-build-and-publish.yml b/.github/workflows/release-build-and-publish.yml index dc2d807..64c4f24 100644 --- a/.github/workflows/release-build-and-publish.yml +++ b/.github/workflows/release-build-and-publish.yml @@ -40,5 +40,5 @@ jobs: poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }} - name: build and publish package - if: matrix.python-version == '3.10' + if: matrix.python-version == '3.10' and matrix.poetry-version == '1.7.1' run: poetry publish --build diff --git a/pyproject.toml b/pyproject.toml index 58b9d23..1609ffb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "envex" -version = "3.0.0" +version = "3.0.1" description = "Environment interface with .env and hashicorp vault support" authors = ["David Nugent "] readme = "README.md"