We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849dec9 commit 370dd06Copy full SHA for 370dd06
1 file changed
.github/workflows/deploy.yaml
@@ -163,6 +163,9 @@ jobs:
163
with:
164
python-version: "3.14"
165
166
+ - name: Checkout repository for actions
167
+ uses: actions/checkout@v4
168
+
169
- name: Wait for version to be available on TestPyPI
170
uses: ./.github/actions/wait-for-pypi-version
171
@@ -200,6 +203,9 @@ jobs:
200
203
201
204
202
205
206
207
208
209
- name: Wait for version to be available on PyPI
210
211
0 commit comments