Skip to content

Commit 9cbd3e1

Browse files
Merge pull request #675 from andersonresende/ft/adjust-poetry-package-mode
Added package-mode to false
2 parents 37cb4d2 + f3cfb4a commit 9cbd3e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/shared-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
- run: npm dedupe
6060
working-directory: testproject
6161
shell: bash
62-
- run: pip install poetry==1.7.1 --upgrade
62+
- run: pip install poetry==1.8.3 --upgrade
6363
working-directory: testproject
6464
shell: bash
6565
- run: poetry install --with dev --no-root --no-interaction --no-ansi

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "Django 5, React, Bootstrap 5 with Python 3 and webpack project bo
55
authors = ["Vinta Software <contact@vinta.com.br>"]
66
license = "MIT"
77
readme = "README.md"
8+
package-mode = false
89

910
[tool.poetry.dependencies]
1011
python = "^3.12"

0 commit comments

Comments
 (0)