Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/workflows/update-contribs-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@ name: Update Contribs & reviewers
on:
workflow_dispatch:
schedule:
# Runs daily at 03:21 UTC (see https://crontab.guru)
# (Choosing an "odd" time so CI doesn't get overloaded at mightnight exactly.)
- cron: "3 21 * * *"
# Runs weekly on Monday at 03:21 UTC (see https://crontab.guru)
- cron: "21 3 * * 1"
jobs:
run-meta:
if: github.repository_owner == 'pyopensci'
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
- name: Setup Python
uses: actions/setup-python@v6
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5
with:
python-version: "3.10"
python-version: "3.11"
- name: Upgrade pip
run: |
# install pip=>20.1 to use "pip cache dir"
Expand All @@ -31,7 +30,7 @@ jobs:
update-review-teams

- name: Create Pull Request
uses: peter-evans/create-pull-request@v8
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
with:
add-paths: |
_data/contributors.yml
Expand Down
2 changes: 1 addition & 1 deletion _posts/events/2026-03-03-course-python-packaging-gen-ai.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: splash
classes: flowing
title: "Ship It: Python Packaging in the GenAI Era"
title: "Ship It: Research Software Development in the GenAI Era"
excerpt: >
A trusted 10-day hands-on asynchronous cohort-based course developed by
pyOpenSci for Stanford University and the CURIOSS network.
Expand Down
Loading