File tree 4 files changed +6
-33
lines changed
4 files changed +6
-33
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
+ paths :
8
+ - filament_scale_enhanced/fse_version.py
7
9
8
10
jobs :
9
11
release :
24
26
- name : Run pytest
25
27
run : pytest -v
26
28
- name : Build package
27
- run : python setup.py sdist
29
+ run : python setup.py sdist --formats=zip
28
30
- name : Rename build artifact
29
- run : find dist/. -name "*.tar.gz " -type f -exec bash -c 'x="{}"; mv -v "$x" "${x// /_} "' \;
31
+ run : find dist/. -name "*.zip " -type f -exec bash -c 'x="{}"; mv -v "$x" "Filament_Scale_Enhanced.zip "' \;
30
32
- uses : " marvinpinto/action-automatic-releases@latest"
31
33
with :
32
34
repo_token : " ${{ secrets.GITHUB_TOKEN }}"
35
37
automatic_release_tag : " v${{ env.VERSION }}"
36
38
files : |
37
39
LICENSE.txt
38
- dist/*.tar.gz
40
+ dist/Filament_Scale_Enhanced.zip
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches-ignore :
6
6
- main
7
- - development
8
7
pull_request :
9
- branches-ignore :
10
- - main
11
8
12
9
jobs :
13
10
test :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- VERSION = "0.2.3 "
1
+ VERSION = "0.2.4 "
You can’t perform that action at this time.
0 commit comments