Skip to content

Commit

Permalink
Merge pull request #4149 from MDAnalysis/update-deploy-action
Browse files Browse the repository at this point in the history
GH Actions Deploy: Add cron and remove py38
  • Loading branch information
richardjgowers authored May 26, 2023
2 parents 1ddf36a + e5b3fbe commit e63c396
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
release:
types:
- published
schedule:
# 3 am Tuesdays and Fridays
- cron: "0 3 * * 2,5"


concurrency:
Expand All @@ -36,7 +39,7 @@ jobs:
- [ubuntu-20.04, manylinux_x86_64]
- [macos-11, macosx_*]
- [windows-2019, win_amd64]
python: ["cp38", "cp39", "cp310", "cp311"]
python: ["cp39", "cp310", "cp311"]
defaults:
run:
working-directory: ./package
Expand Down

0 comments on commit e63c396

Please sign in to comment.