We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9532d commit 3ab18faCopy full SHA for 3ab18fa
2 files changed
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/[email protected]
27
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
28
id: python
29
- uses: actions/[email protected].0
+ uses: actions/[email protected].1
30
with:
31
python-version: ${{ env.DEFAULT_PYTHON }}
32
check-latest: true
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
@@ -125,7 +125,7 @@ jobs:
125
126
127
128
129
130
131
@@ -151,7 +151,7 @@ jobs:
151
152
153
154
155
156
157
@@ -182,7 +182,7 @@ jobs:
182
183
- name: Set up Python ${{ matrix.python-version }}
184
185
186
187
python-version: ${{ matrix.python-version }}
188
.github/workflows/release.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
- name: Build distributions
0 commit comments