Skip to content

Commit 64124d2

Browse files
committed
Fix flit publish with new main pipeline
1 parent ad4d004 commit 64124d2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kaggle-environments"
3-
version = "1.26.8"
3+
version = "1.26.11"
44
description = "Kaggle Environments"
55
authors = [
66
{name = "Kaggle", email = "support@kaggle.com"},
@@ -67,6 +67,8 @@ exclude = [
6767
"**/*_test.py",
6868
"**/node_modules/",
6969
"**/visualizer/",
70+
".pnpm-store/",
71+
"web/core/.npmrc",
7072
]
7173

7274
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)