We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5c5a5 commit f9b5856Copy full SHA for f9b5856
.github/workflows/lint.yaml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
lint:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
12
steps:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-python@v5
.github/workflows/tests.yaml
canceller:
- name: cancel previous runs
uses: styfle/cancel-workflow-action@0.12.1
.github/workflows/wheel.yaml
@@ -67,7 +67,7 @@ jobs:
67
| demes parse --ms 1 -
68
69
pypi_upload:
70
71
needs: ['wheel_test']
72
73
- name: download wheel
0 commit comments