We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 993ec1d + 4ff817c commit 3b7ab21Copy full SHA for 3b7ab21
.github/workflows/pipeline.yml
@@ -34,7 +34,7 @@ jobs:
34
pages: write
35
id-token: write
36
container:
37
- image: pypy:3.11-slim
+ image: python:3.11-slim
38
steps:
39
- uses: actions/checkout@v3
40
- run: |
@@ -75,7 +75,7 @@ jobs:
75
76
- uses: actions/setup-python@v5
77
with:
78
- python-version: 'pypy3.11'
+ python-version: '3.11'
79
80
pip install uv
81
uv version $(python -c "import os; print(os.getenv('GITHUB_REF').lstrip('/').replace('refs/tags/v', ''));")
@@ -106,7 +106,7 @@ jobs:
106
needs: [build-and-publish]
107
runs-on: ubuntu-latest
108
109
110
111
112
0 commit comments