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 1717 - name : Set up Python
1818 uses : actions/setup-python@v5
1919 with :
20- python-version : ' 3.13 '
20+ python-version : ' 3.x '
2121
2222 - name : List all files recursively
2323 run : ls -lR
3030 run : rm -rf dist build *.egg-info
3131
3232 - name : Build package
33- run : python -m build
33+ run : python -m build --no-isolation
3434
3535 - name : Show Python and packaging tool versions
3636 run : |
Original file line number Diff line number Diff line change 22
33setup (
44 name = "testcato" ,
5- version = "1.1.1 " ,
5+ version = "1.1.2 " ,
66 packages = find_packages (),
77 description = "A package for categorizing test results." ,
88 author = "Anurag" ,
Original file line number Diff line number Diff line change 11# Package metadata for wheel
22__title__ = "testcato"
3- __version__ = "1.1.1 "
3+ __version__ = "1.1.2 "
You can’t perform that action at this time.
0 commit comments