File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3131 - name : Install dependencies and pytest
3232 run : |
3333 python -m pip install --upgrade pip
34- pip install -e .[dev] pytest
34+ pip install -e ./python [dev] pytest
3535
3636 - name : Run tests
3737 run : pytest
4949
5050 - name : Build release distributions
5151 run : |
52+ cd python
5253 python -m pip install build
53- rm -rf dist/ build/ *.egg-info
54+ rm -rf dist/ build/ *.egg-info
5455 python -m build
56+ cd ..
5557
5658 - name : Upload distributions
5759 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
66[project ]
77name = " ume-logging"
8- version = " 0.0.4 "
8+ version = " 0.0.5 "
99description = " Uniform JSON logging for University Medicine Essen (UME)"
1010readme = " README.md"
1111authors = [{ name = " UME IT / IKIM" , email = " felix.nensa@uk-essen.de" }]
You can’t perform that action at this time.
0 commit comments