Skip to content

Commit a9e4197

Browse files
TPJWjmcouffin
andauthored
Fix CLI clone failure by replacing bin with build in deployments (#3455)
* Fix CLI clone failure by replacing bin with build in deployments * Remove 'build' from deployment configurations Removed 'build' from core, base, basepublic, and basex deployments. --------- Co-authored-by: Jean-Marc Couffin <jmcouffin@users.noreply.github.com>
1 parent 2dd072c commit a9e4197

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

pyRevitfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,15 @@ assembly = 'python312.dll'
2626
description = 'CPython Engine'
2727

2828
[deployments]
29-
core = ['bin', 'pyrevitlib', 'site-packages', 'pyRevitfile']
29+
core = ['pyrevitlib', 'site-packages', 'pyRevitfile']
3030
corex = [
31-
'bin',
3231
'extensions/pyRevitCore.extension',
3332
'extensions/extensions.json',
3433
'pyrevitlib',
3534
'site-packages',
3635
'pyRevitfile',
3736
]
3837
base = [
39-
'bin',
4038
'extensions/pyRevitBundlesCreatorExtension.extension',
4139
'extensions/pyRevitCore.extension',
4240
'extensions/pyRevitTags.extension',
@@ -47,7 +45,6 @@ base = [
4745
'pyRevitfile',
4846
]
4947
basepublic = [
50-
'bin',
5148
'extensions/pyRevitCore.extension',
5249
'extensions/pyRevitTags.extension',
5350
'extensions/pyRevitTools.extension',
@@ -57,4 +54,4 @@ basepublic = [
5754
'site-packages',
5855
'pyRevitfile',
5956
]
60-
basex = ['bin', 'extensions', 'pyrevitlib', 'site-packages', 'pyRevitfile']
57+
basex = ['extensions', 'pyrevitlib', 'site-packages', 'pyRevitfile']

0 commit comments

Comments
 (0)