Skip to content

Commit

Permalink
version bump and further restrict publishing during workflow matrix h…
Browse files Browse the repository at this point in the history
…andling
  • Loading branch information
deeprave committed Jan 10, 2024
1 parent 5c57e35 commit 1ef40bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 = "envex"
version = "3.0.0"
version = "3.0.1"
description = "Environment interface with .env and hashicorp vault support"
authors = ["David Nugent <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1ef40bc

Please sign in to comment.