File tree Expand file tree Collapse file tree 4 files changed +8
-13
lines changed Expand file tree Collapse file tree 4 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [main]
6
6
pull_request :
7
- workflow_dispatch :
8
7
9
8
permissions :
10
9
contents : write
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [main]
6
6
pull_request :
7
- workflow_dispatch :
8
7
9
8
jobs :
10
9
code-style-check :
11
10
runs-on : ubuntu-latest
12
11
name : CodeStyle Check
13
12
steps :
14
- - name : Checkout
13
+ - name : Checkout π¦
15
14
uses : actions/checkout@v3
16
15
17
- - name : Install python
16
+ - name : Install python π¦
18
17
uses : actions/setup-python@v4
19
18
with :
20
19
python-version : " 3.12"
21
20
22
- - name : Install dependencies
23
- run : |
24
- pip install -e .[all]
25
- pip install pytest
26
-
27
- - name : Run pre-commit
21
+ - name : Run pre-commit β
28
22
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 15
15
permissions :
16
16
id-token : write
17
17
steps :
18
- - name : Checkout
18
+ - name : Checkout π¦
19
19
uses : actions/checkout@v3
20
- - name : Setup PDM
20
+ - name : Setup PDM π¦
21
21
uses : pdm-project/setup-pdm@v3
22
22
with :
23
23
python-version : " 3.12"
40
40
permissions :
41
41
id-token : write
42
42
steps :
43
+ - name : Checkout π¦
44
+ uses : actions/checkout@v3
43
45
- name : Download wheels π·ββοΈ
44
46
uses : actions/download-artifact@v3
45
47
with :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ watch = ["watchfiles"]
20
20
all = [" pyfuture[watch]" ]
21
21
22
22
[project .urls ]
23
- Homepage = " https://pypi.org/project /pyfuture"
23
+ Homepage = " https://github.com/zrr-lab /pyfuture.git "
24
24
Repository = " https://github.com/zrr-lab/pyfuture.git"
25
25
26
26
[project .scripts ]
You canβt perform that action at this time.
0 commit comments