File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232232
233233 upload-test-pypi :
234234 name : Upload wheels to Test PyPI
235- needs : [ sdist, wheels, check-wheels-size ]
235+ needs : [sdist, wheels, check-wheels-size]
236236 runs-on : ubuntu-latest
237237 if :
238238 (github.event_name == 'release' && github.event.action == 'published') ||
@@ -258,7 +258,7 @@ jobs:
258258
259259 upload-pypi :
260260 name : Upload wheels to PyPI
261- needs : [ sdist, wheels, check-wheels-size ]
261+ needs : [sdist, wheels, check-wheels-size]
262262 runs-on : ubuntu-latest
263263 if : github.event_name == 'release' && github.event.action == 'published'
264264
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ needed to perform any kind of simulation. They will be downloaded to a temporary
3434directory automatically during simulation startup.
3535
3636``` bash
37- pip install -i https://test.pypi.org/simple/ geant4-python-application==0.0.2.dev1
37+ pip install -i https://test.pypi.org/simple/ geant4-python-application
3838```
3939
4040### Geant4 data files
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ description = "Geant4 Python Application"
4444name = " geant4_python_application"
4545readme = " README.md"
4646requires-python = " >=3.8"
47- version = " 0.0.2.dev1 "
47+ version = " 0.0.2.dev2 "
4848
4949[project .optional-dependencies ]
5050dev = [
You can’t perform that action at this time.
0 commit comments