Skip to content

Commit

Permalink
Bump snok/install-poetry from 1.3.3 to 1.3.4 (#249)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent ac0cfb2 commit 89bc6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: "3.x"
- name: Install Poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.3.4
- name: Install Package
run: poetry install
- name: Build and deploy docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: "3.x"
- name: Install Poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.3.4
- name: Build the package
run: poetry build -vvv
- name: Publish to PyPI
Expand Down

0 comments on commit 89bc6ca

Please sign in to comment.