We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25e8976 + aa32ae2 commit dba8bfcCopy full SHA for dba8bfc
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/setup-python@v5
15
with:
16
python-version: 3.13
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
# Get dependencies
19
- run: pip install uv yq
20
# Build the package and publish it.
.github/workflows/steps.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
python-version: '${{ matrix.python-version }}'
25
26
- run: bash install.sh
27
- run: bash test.sh
28
env:
0 commit comments