We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce107c2 + e9c6721 commit 89a5664Copy full SHA for 89a5664
.github/workflows/release.yaml
@@ -144,7 +144,16 @@ jobs:
144
145
You can generate a report from this data using [devstats](https://github.com/scientific-python/devstats).
146
147
+ Reports for some key ecosystem packages are available at https://devstats.scientific-python.org
148
+
149
`${{ env.QUERY_FILENAME }}` contains the queries used for this release.
150
tag_name: ${{ env.ISODATE }}
151
files: |
152
*.xz
153
154
+ - name: Rebuild devstats.scientific-python.org
155
+ shell: bash
156
+ env:
157
+ NETLIFY_TRIGGER_URL: ${{ secrets.NETLIFY_TRIGGER_URL }}
158
+ run: |
159
+ curl -X POST -d {} "$NETLIFY_TRIGGER_URL"
0 commit comments