File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed
Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 1616 if : startsWith(github.ref, 'refs/tags/v')
1717 environment :
1818 name : pypi
19- steps :
20- - name : Checkout to verify branch
21- uses : actions/checkout@v4
22- with :
23- fetch-depth : 0
24- # The release branch check can be added but it isn't security, it is just for user assistance
25- # - name: Check if tag is on release branch
26- # run: |
27- # if ! git branch -r --contains ${{ github.ref }} | grep -q 'origin/release'; then
28- # echo "Tag is not on release branch"
29- # exit 1
30- # fi
31-
19+ steps :
3220 - name : Download distributions
3321 uses : actions/download-artifact@v4
3422 with :
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ def all_submodules(with_numerics=True):
168168 return new_submodules
169169
170170
171- __version__ = "1.2.7 "
171+ __version__ = "1.2.9 "
172172
173173try :
174174 fluids_dir = os .path .dirname (__file__ )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ backend-path = ["_custom_build"]
55
66[project ]
77name = " fluids"
8- version = " 1.2.7 "
8+ version = " 1.2.9 "
99description = " Fluid dynamics component of Chemical Engineering Design Library (ChEDL)"
1010readme = " README.rst"
1111requires-python = " >=3.9"
@@ -132,7 +132,7 @@ dev = [
132132
133133[project .urls ]
134134Homepage = " https://github.com/CalebBell/fluids"
135- Download = " https://github.com/CalebBell/fluids/tarball/1.2.7 "
135+ Download = " https://github.com/CalebBell/fluids/tarball/1.2.9 "
136136
137137[tool .setuptools ]
138138packages = [" fluids" ]
You can’t perform that action at this time.
0 commit comments