Skip to content

Commit 9bd31ff

Browse files
committed
.github/workflows/08-PyNUTClient.yml: do not let @dotmake@ get in our way here [#3300]
NOTE: We were running Makefile.am previously directly as a makefile for PyPI publishing; now a slightly transformed version of it. Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 99831a0 commit 9bd31ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/08-PyNUTClient.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
run: >-
6262
set -e ;
6363
cd scripts/python/module ;
64-
cp -f Makefile.am Makefile ;
65-
make -f Makefile.am clean-local dist NUT_SOURCE_GITREV_NUMERIC="${{ steps.tag.outputs.TAG_NAME }}" PYTHON_DEFAULT="${{ steps.pythoncmd.outputs.PYTHON_DEFAULT }}" top_srcdir="../../.." srcdir="." builddir="." ;
64+
sed 's,@dotMAKE@,,' < Makefile.am > Makefile ;
65+
make -f Makefile clean-local dist NUT_SOURCE_GITREV_NUMERIC="${{ steps.tag.outputs.TAG_NAME }}" PYTHON_DEFAULT="${{ steps.pythoncmd.outputs.PYTHON_DEFAULT }}" top_srcdir="../../.." srcdir="." builddir="." ;
6666
find . -ls
6767
- name: Publish master distribution 📦 to Test PyPI
6868
# https://github.com/pypa/gh-action-pypi-publish

0 commit comments

Comments
 (0)