Skip to content

Commit

Permalink
Prepare for Scientific Python query
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Nov 16, 2024
1 parent 890c364 commit 63ca29c
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Download and release devstats data bundle

on: push
# schedule:
# - cron: "0 1 * * 0" # 01:00 on Sundays, https://crontab.guru/#0_1_*_*_0
on:
push:
schedule:
- cron: "0 1 * * 0" # 01:00 on Sundays, https://crontab.guru/#0_1_*_*_0

permissions:
contents: write # to make release
Expand All @@ -11,20 +12,18 @@ jobs:
devstats-release:
runs-on: ubuntu-latest
steps:
- uses: stefanv/devstats-query-action@main
- uses: scientific-python/devstats-query-action@main
with:
repos: |
- scientific-python/spin
- scientific-python/lazy-loader
# - numpy/numpy
# - scipy/scipy
# - matplotlib/matplotlib
# - pandas-dev/pandas
# - scikit-learn/scikit-learn
# - scikit-image/scikit-image
# - networkx/networkx
# - astropy/astropy
# - sunpy/sunpy
- numpy/numpy
- scipy/scipy
- matplotlib/matplotlib
- pandas-dev/pandas
- scikit-learn/scikit-learn
- scikit-image/scikit-image
- networkx/networkx
- astropy/astropy
- sunpy/sunpy
token: ${{ secrets.GITHUB_TOKEN }}
artifact-name: devstats-scientific-python

Expand Down

0 comments on commit 63ca29c

Please sign in to comment.