File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed
Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 11name : Publish Python 🐍 distribution 📦 to PyPI for MachSysS
22
33on :
4- release :
5- types : [published]
4+ push :
5+ tags :
6+ - ' MachSysS-v*'
67
78jobs :
89 build :
910 name : Build distribution 📦
1011 runs-on : ubuntu-latest
11- # Only build and publish if the release tag is for MachSysS
12- if : startsWith(github.event.release.tag_name, 'machinery-system-structure-v')
1312
1413 steps :
1514 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11name : Publish Python 🐍 distribution 📦 to PyPI for RunFeemsSim
22
33on :
4- release :
5- types : [published]
4+ push :
5+ tags :
6+ - ' RunFeemsSim-v*'
67
78jobs :
89 build :
910 name : Build distribution 📦
1011 runs-on : ubuntu-latest
11- # Only build and publish if the release tag is for RunFEEMSSim
12- if : startsWith(github.event.release.tag_name, 'RunFEEMSSim-v')
1312
1413 steps :
1514 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11name : Publish Python 🐍 distribution 📦 to PyPI for FEEMS
22
33on :
4- release :
5- types : [published]
4+ push :
5+ tags :
6+ - ' feems-v*'
67
78jobs :
89 build :
910 name : Build distribution 📦
1011 runs-on : ubuntu-latest
11- # Only build and publish if the release tag is for feems
12- if : startsWith(github.event.release.tag_name, 'feems-v')
1312
1413 steps :
1514 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments