Commit ea2f669 1 parent 5774ba4 commit ea2f669 Copy full SHA for ea2f669
File tree 3 files changed +16
-100
lines changed
3 files changed +16
-100
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ concurrency:
21
21
group : wheels-${{ github.ref }}
22
22
cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
23
23
24
+ permissions :
25
+ pull-requests : write
26
+
24
27
env :
25
28
FEATOMIC_NO_LOCAL_DEPS : " 1"
26
29
@@ -359,6 +362,12 @@ jobs:
359
362
wheels/*
360
363
wheels/cxx/*
361
364
365
+ - name : Comment with download link
366
+ uses : PicoCentauri/comment-artifact@v1
367
+ with :
368
+ name : wheels
369
+ description : ⚙️ Download wheels for this pull-request
370
+
362
371
- name : upload to GitHub release (featomic)
363
372
if : startsWith(github.ref, 'refs/tags/featomic-v')
364
373
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
You can’t perform that action at this time.
0 commit comments