Skip to content

Commit ef78889

Browse files
committed
1.2.9 test
1 parent 621237a commit ef78889

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

.github/workflows/publish-testpypi.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,7 @@ jobs:
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:

fluids/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

173173
try:
174174
fluids_dir = os.path.dirname(__file__)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["_custom_build"]
55

66
[project]
77
name = "fluids"
8-
version = "1.2.7"
8+
version = "1.2.9"
99
description = "Fluid dynamics component of Chemical Engineering Design Library (ChEDL)"
1010
readme = "README.rst"
1111
requires-python = ">=3.9"
@@ -132,7 +132,7 @@ dev = [
132132

133133
[project.urls]
134134
Homepage = "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]
138138
packages = ["fluids"]

0 commit comments

Comments
 (0)