We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a14f4c + 33081f4 commit b3d8a8dCopy full SHA for b3d8a8d
.github/workflows/BuildAndTest.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Setup Windows MSVC
40
uses: ilammy/msvc-dev-cmd@v1
41
- name: Set CodeSign Certificate macOS
42
- if: ${{ matrix.os == 'macos-latest' && github.repository == 'cnr-isti-vclab/vclib'}}
+ if: ${{ matrix.os == 'macos-latest' && github.repository == 'cnr-isti-vclab/PyMeshLab'}}
43
uses: apple-actions/import-codesign-certs@v3
44
with:
45
p12-file-base64: ${{ secrets.MACOS_CERTIFICATE }}
PYML_VERSION
@@ -1 +1 @@
1
-2023.12.post2
+2023.12.post3
0 commit comments