File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2727 version_spec : next
2828
2929 - name : Upload Distributions
30- uses : actions/upload-artifact@v3
30+ uses : actions/upload-artifact@v4
3131 with :
3232 name : empack-releaser-dist-${{ github.run_number }}
3333 path : .jupyter_releaser_checkout/dist
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ dependencies:
77 - pip
88 - pytest
99 - micromamba >=1.4.1
10- - microsoft::playwright
10+ - microsoft::playwright <=1.50
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ packages:
1111 widgetsnbextension :
1212 exclude_patterns :
1313 - pattern : ' **'
14+ numpy :
15+ exclude_patterns :
16+ - pattern : ' **/*.pyx'
17+ - pattern : ' **/*.pyc'
18+ - pattern : ' **/*.typed'
19+ - pattern : ' **/*.egg-info'
1420default :
1521 exclude_patterns :
1622 - pattern : ' bin/**'
You can’t perform that action at this time.
0 commit comments