File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,11 @@ jobs:
51
51
run : >-
52
52
${{ steps.pythoncmd.outputs.PYTHON }} -m
53
53
pip install wheel build
54
- - name : Update version in setup.py
55
- run : >-
56
- if [ ! -s scripts/python/module/setup.py ] ; then
57
- sed -e "s/@NUT_SOURCE_GITREV_NUMERIC@/${{ steps.tag.outputs.TAG_NAME }}/g" < scripts/python/module/setup.py.in > scripts/python/module/setup.py ;
58
- fi
59
54
- name : Prepare source layout and Build a binary wheel
60
55
run : >-
61
56
set -e ;
62
57
cd scripts/python/module ;
58
+ touch Makefile ;
63
59
make -f Makefile.am clean-local dist NUT_SOURCE_GITREV_NUMERIC="${{ steps.tag.outputs.TAG_NAME }}" PYTHON="${{ steps.pythoncmd.outputs.PYTHON }}" top_srcdir="../../.." srcdir="." builddir="." ;
64
60
find . -ls
65
61
- name : Publish master distribution 📦 to Test PyPI
You can’t perform that action at this time.
0 commit comments