Commit c9158b9 1 parent 20f5956 commit c9158b9 Copy full SHA for c9158b9
File tree 5 files changed +14
-154
lines changed
5 files changed +14
-154
lines changed Original file line number Diff line number Diff line change @@ -330,6 +330,7 @@ jobs:
330
330
runs-on : ubuntu-22.04
331
331
permissions :
332
332
contents : write
333
+ pull-requests : write
333
334
steps :
334
335
- name : Download featomic wheels
335
336
uses : actions/download-artifact@v4
@@ -359,6 +360,12 @@ jobs:
359
360
wheels/*
360
361
wheels/cxx/*
361
362
363
+ - name : Comment with download link
364
+ uses : PicoCentauri/comment-artifact@v1
365
+ with :
366
+ name : wheels
367
+ description : ⚙️ [Download Python wheels for this pull-request (you can install these with pip)
368
+
362
369
- name : upload to GitHub release (featomic)
363
370
if : startsWith(github.ref, 'refs/tags/featomic-v')
364
371
uses : softprops/action-gh-release@v2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-22.04
17
17
permissions :
18
18
contents : write
19
+ pull-requests : write
19
20
steps :
20
21
- name : free disk space
21
22
run : sudo rm -rf /usr/share/dotnet /usr/local/lib/android || true
50
51
path : docs/build/html/*
51
52
overwrite : true # only keep the latest version of the documentation
52
53
54
+ - name : Comment with download link
55
+ uses : PicoCentauri/comment-artifact@v1
56
+ with :
57
+ name : docs
58
+ description : 📚 Download documentation for this pull-request
59
+
53
60
- name : put documentation in the website
54
61
run : |
55
62
git clone https://github.com/$GITHUB_REPOSITORY --branch gh-pages gh-pages
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments