Skip to content

Commit 98bea85

Browse files
committed
Update dependencies and replace citation file with comment in readme
1 parent 23ae033 commit 98bea85

File tree

5 files changed

+17
-60
lines changed

5 files changed

+17
-60
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
environment:
3434
name: test_pypi
35-
url: https://test.pypi.org/p/{your-module-name}
35+
url: https://test.pypi.org/p/simvue-openfoam
3636
permissions:
3737
id-token: write
3838
steps:
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
environment:
5656
name: pypi
57-
url: https://pypi.org/p/{your-module-name}
57+
url: https://pypi.org/p/simvue-openfoam
5858
permissions:
5959
id-token: write
6060
steps:
@@ -105,7 +105,7 @@ jobs:
105105
gh release create
106106
'${{ github.ref_name }}'
107107
--notes "$LATESTCHANGES"
108-
--title 'Simvue ${{ github.ref_name }}'
108+
--title 'OpenFOAM Connector ${{ github.ref_name }}'
109109
--repo '${{ github.repository }}'
110110
- name: Upload artifact signatures to GitHub Release
111111
env:

CITATION.cff

Lines changed: 0 additions & 47 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,7 @@ if __name__ == "__main__":
121121
## License
122122

123123
Released under the terms of the [Apache 2](https://github.com/simvue-io/client/blob/main/LICENSE) license.
124+
125+
## Citation
126+
127+
To reference Simvue, please use the information outlined in this [citation file](https://github.com/simvue-io/python-api/blob/dev/CITATION.cff).

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "simvue-openfoam"
3-
version = "1.0.0a1"
3+
version = "1.0.0"
44
description = "Connector to allow you to easily add Simvue tracking and monitoring to OpenFOAM simulations."
55
authors = [
66
{name = "Matt Field",email = "[email protected]"}
77
]
88
readme = "README.md"
99
requires-python = ">=3.10,<3.14"
1010
dependencies = [
11-
"simvue-connector (==1.0.0a2)",
11+
"simvue-connector (>=1.0.0)",
1212
]
1313
classifiers = [
1414
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)