Skip to content

Commit 577e793

Browse files
authored
Merge pull request #3209 from pyrevitlabs/develop
Release 6.2
2 parents fb26ca0 + dd2e1e2 commit 577e793

244 files changed

Lines changed: 9703 additions & 4085 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v6
2929

30-
- name: Prepare Python 3.10
30+
- name: Prepare Python 3.14
3131
uses: actions/setup-python@v6
3232
with:
33-
python-version: '3.10'
33+
python-version: '3.14'
3434

3535
- name: Prepare pipenv
3636
run: |

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
fetch-depth: 0
5252
submodules: recursive
5353

54-
- name: Prepare Python 3.10
54+
- name: Prepare Python 3.14
5555
uses: actions/setup-python@v6
5656
with:
57-
python-version: '3.10'
57+
python-version: '3.14'
5858
cache: 'pipenv'
5959

6060
- name: Prepare pipenv
@@ -84,7 +84,7 @@ jobs:
8484
dotnet-version: 10.0.x
8585

8686
- name: Prepare msbuild
87-
uses: microsoft/setup-msbuild@v2
87+
uses: microsoft/setup-msbuild@v3
8888

8989
- name: Prepare git
9090
if: (github.repository == env.MainRepo)
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Sign files with Trusted Signing (DLLs and EXEs)
137137
if: (github.repository == env.MainRepo)
138-
uses: azure/trusted-signing-action@v1.0.0
138+
uses: azure/trusted-signing-action@v1.2.0
139139
with:
140140
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
141141
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
@@ -145,7 +145,7 @@ jobs:
145145
certificate-profile-name: ${{ secrets.AZURE_CERT_PROFILE_NAME }}
146146

147147
files-folder: bin/
148-
files-folder-filter: pyrevit*.exe,pyrevit*.dll, pyRevit*.dll
148+
files-folder-filter: pyrevit*.exe,pyrevit*.dll,pyRevit*.dll
149149
files-folder-recurse: true
150150
file-digest: SHA256
151151
timestamp-rfc3161: http://timestamp.acs.microsoft.com
@@ -157,7 +157,7 @@ jobs:
157157
158158
- name: Sign files with Trusted Signing (installers)
159159
if: (github.repository == env.MainRepo)
160-
uses: azure/trusted-signing-action@v1.0.0
160+
uses: azure/trusted-signing-action@v1.2.0
161161
with:
162162
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
163163
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
@@ -174,7 +174,7 @@ jobs:
174174
timestamp-digest: SHA256
175175

176176
- name: Upload Installers
177-
uses: actions/upload-artifact@v6
177+
uses: actions/upload-artifact@v7
178178
with:
179179
name: pyrevit-installers
180180
path: |

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ bin/**/*.xml
6767
*.dylib
6868

6969
# claude
70-
.claude
70+
.claude
71+
.vscode/settings.json

Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ verify_ssl = true
55

66
[dev-packages]
77
mypy = "*"
8-
pylint = "==4.0.4"
8+
pylint = "==4.0.5"
99

1010
[packages]
1111
docopt = "*"
1212
requests = "*"
1313
pygount = "*"
1414
pyyaml = ">=5.4"
1515
black = "*"
16-
setuptools = "==80.10.2"
16+
setuptools = "==82.0.1"
1717
mkdocs = "*"
1818
mkdocstrings = "*"
1919
mkdocstrings-python = "*"
@@ -26,10 +26,10 @@ mkdocs-material = "*"
2626
ruff = "*"
2727

2828
[requires]
29-
python_version = "3.10"
29+
python_version = "3.14"
3030

3131
[pipenv]
32-
allow_prereleases = true
32+
allow_prereleases = false
3333

3434
[scripts]
3535
pyrevit = "python ./dev/pyrevit.py"

Pipfile.lock

Lines changed: 428 additions & 604 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
18 KB
Binary file not shown.
14.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)