Skip to content

Commit be69a6d

Browse files
committed
use comment artifact
1 parent 20f5956 commit be69a6d

File tree

5 files changed

+14
-154
lines changed

5 files changed

+14
-154
lines changed

.github/workflows/build-wheels.yml

+7
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ jobs:
330330
runs-on: ubuntu-22.04
331331
permissions:
332332
contents: write
333+
pull-requests: write
333334
steps:
334335
- name: Download featomic wheels
335336
uses: actions/download-artifact@v4
@@ -359,6 +360,12 @@ jobs:
359360
wheels/*
360361
wheels/cxx/*
361362
363+
- name: Comment with download link
364+
uses: PicoCentauri/comment-artifact@v1
365+
with:
366+
name: wheels
367+
description: ⚙️ Download wheels for this pull-request
368+
362369
- name: upload to GitHub release (featomic)
363370
if: startsWith(github.ref, 'refs/tags/featomic-v')
364371
uses: softprops/action-gh-release@v2

.github/workflows/comment-download.yml

-100
This file was deleted.

.github/workflows/docs.yml

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
permissions:
1818
contents: write
19+
pull-requests: write
1920
steps:
2021
- name: free disk space
2122
run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android || true
@@ -50,6 +51,12 @@ jobs:
5051
path: docs/build/html/*
5152
overwrite: true # only keep the latest version of the documentation
5253

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+
5360
- name: put documentation in the website
5461
run: |
5562
git clone https://github.com/$GITHUB_REPOSITORY --branch gh-pages gh-pages

.github/workflows/documentation-links.yml

-17
This file was deleted.

.readthedocs.yml

-37
This file was deleted.

0 commit comments

Comments
 (0)