We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b897e63 commit e7f3a52Copy full SHA for e7f3a52
setup-py-project.md
@@ -10,9 +10,8 @@ push:
10
```
11
3. It specifies the python version that will be used for building your project:
12
```yml
13
- strategy:
14
- matrix:
15
- python-version: [3.8]
+ env:
+ python_ver: 3.8
16
17
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:
18
0 commit comments