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 d9fc624 commit d6e5199Copy full SHA for d6e5199
.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.3.0
+ uses: actions/setup-python@v5.4.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