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 26f7812 commit 5b9a43eCopy full SHA for 5b9a43e
.github/workflows/publish.yaml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
- name: Set up Python
25
- uses: actions/setup-python@v5.5.0
+ uses: actions/setup-python@v5.6.0
26
with:
27
python-version: "3.10"
28
- name: Install uv
.github/workflows/stac-model.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Set up Python ${{ matrix.python-version }}
15
16
17
python-version: ${{ matrix.python-version }}
18
0 commit comments