We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2884ba commit e81276bCopy full SHA for e81276b
1 file changed
.github/workflows/build.yml
@@ -1,10 +1,6 @@
1
name: 'Build and Test'
2
3
-on:
4
- push:
5
- branches: [ main ]
6
- pull_request:
7
+on: [push, pull_request, workflow_dispatch]
8
9
env:
10
PIP_DISABLE_PIP_VERSION_CHECK: true
@@ -21,7 +17,7 @@ jobs:
21
17
runs-on: windows-latest
22
18
23
19
steps:
24
- - uses: actions/checkout@v2
20
+ - uses: actions/checkout@v4
25
26
- name: 'Remove existing PyManager install'
27
run: |
@@ -34,7 +30,7 @@ jobs:
34
30
shell: powershell
35
31
36
32
- name: Set up Python 3.14
37
- uses: actions/setup-python@v2
33
+ uses: actions/setup-python@v5
38
with:
39
python-version: 3.14-dev
40
0 commit comments