Skip to content

Commit e7f3a52

Browse files
committed
change to single python version
1 parent b897e63 commit e7f3a52

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup-py-project.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ push:
1010
```
1111
3. It specifies the python version that will be used for building your project:
1212
```yml
13-
strategy:
14-
matrix:
15-
python-version: [3.8]
13+
env:
14+
python_ver: 3.8
1615
```
1716
4. The project's release version is obtained from your plugin.json automatically by the ci, so when built it will be appended to the zip file later:
1817
```yml

0 commit comments

Comments
 (0)