File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 runs-on : ubuntu-latest
3737 environment :
3838 name : pypi
39- url : https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
39+ url : https://pypi.org/p/fdsreader
4040 permissions :
4141 id-token : write # IMPORTANT: mandatory for trusted publishing
4242
@@ -100,7 +100,7 @@ jobs:
100100
101101 environment :
102102 name : testpypi
103- url : https://test.pypi.org/p/<package-name>
103+ url : https://test.pypi.org/p/fdsreader
104104
105105 permissions :
106106 id-token : write # IMPORTANT: mandatory for trusted publishing
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " fdsreader"
7- version = " 1.11.3 "
7+ version = " 1.11.4 "
88description = " Python reader for data generated by FDS."
99readme = " README.md"
1010requires-python = " >=3.6"
You can’t perform that action at this time.
0 commit comments