Skip to content

Commit 866ace5

Browse files
author
V
committed
fix(ci): specifies package-mode so it doesn't error out
1 parent ee29e71 commit 866ace5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[tool.poetry]
22
name = "ci"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = ""
55
authors = ["Andrew Vaccaro"]
66
readme = "README.md"
7+
package-mode = false
78

89
[tool.poetry.dependencies]
910
python = "^3.9"

0 commit comments

Comments
 (0)