File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ jobs:
116
116
CSC_FOR_PULL_REQUEST : true
117
117
APPLEID : ${{ secrets.APPLEID }}
118
118
APPLEIDPASS : ${{ secrets.APPLEIDPASS }}
119
+ APPLE_TEAM_ID : ${{ secrets.APPLE_TEAM_ID }}
119
120
CSC_KEY_PASSWORD : ${{ secrets.CSC_KEY_PASSWORD }}
120
121
CSC_LINK : ${{ secrets.CSC_LINK }}
121
122
run : |
@@ -270,11 +271,11 @@ jobs:
270
271
snap : dist/JupyterLab.snap
271
272
release : edge
272
273
273
- - name : Publish snap to the latest/candidate channel in Snap Store
274
- if : matrix.cfg.platform == 'linux-64' && steps.release-exists.outputs.result == 'true'
275
- uses : snapcore/action-publish@v1
276
- env :
277
- SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
278
- with :
279
- snap : dist/JupyterLab.snap
280
- release : candidate
274
+ # - name: Publish snap to the latest/candidate channel in Snap Store
275
+ # if: matrix.cfg.platform == 'linux-64' && steps.release-exists.outputs.result == 'true'
276
+ # uses: snapcore/action-publish@v1
277
+ # env:
278
+ # SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
279
+ # with:
280
+ # snap: dist/JupyterLab.snap
281
+ # release: candidate
Original file line number Diff line number Diff line change 1
- 1709874609
1
+ 1711125108
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ exports.default = async function notarizing(context) {
17
17
appBundleId : 'org.jupyter.jupyterlab-desktop' ,
18
18
appPath : `${ appOutDir } /${ appName } .app` ,
19
19
appleId : process . env . APPLEID ,
20
- appleIdPassword : process . env . APPLEIDPASS
20
+ appleIdPassword : process . env . APPLEIDPASS ,
21
+ tool : 'notarytool' ,
22
+ teamId : process . env . APPLE_TEAM_ID
21
23
} ) ;
22
24
} ;
You can’t perform that action at this time.
0 commit comments