File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117
118118 - name : Package .zip archives
119119 run : |
120- VERSION=`cat VERSION `
120+ VERSION=`cat VVERSION `
121121 base=$(find $PWD/IfcOpenShell/build -maxdepth 4 -name install)
122122 mkdir -p $GITHUB_WORKSPACE/package
123123 cd $GITHUB_WORKSPACE/package
Original file line number Diff line number Diff line change 8585
8686 - name : Package .zip archives
8787 run : |
88- VERSION=`cat VERSION `
88+ VERSION=`cat VVERSION `
8989 base=$GITHUB_WORKSPACE/IfcOpenShell/build/Linux/x86_64/install
9090 mkdir -p $GITHUB_WORKSPACE/package
9191 cd $GITHUB_WORKSPACE/package
@@ -100,7 +100,7 @@ jobs:
100100 mdm=`$python_root/bin/python3 --version | cut -c8- | cut -d. -f 1,2`
101101 cp -R $python_root/lib/python$mdm/site-packages/voxec .
102102 echo '[bdist_wheel]' > setup.cfg
103- echo 'python-tag = cp$mm' >> setup.cfg
103+ echo 'python-tag = cp' $mm >> setup.cfg
104104
105105 PATH=$python_root/bin:$PATH python3 -m build -w
106106 PATH=$python_root/bin:$PATH python3 -m auditwheel repair --plat manylinux_2_28_x86_64 dist/*.whl -w audited
Original file line number Diff line number Diff line change 9696
9797 - name : Package .zip Archives
9898 run : |
99- $VERSION = Get-Content VERSION -Raw
99+ $VERSION = Get-Content VVERSION -Raw
100100 $pyVersion = "${{ matrix.python }}"
101101 $pyVersionMajor = ($pyVersion -split '\.')[0..1] -join ''
102102 $OUTPUT_DIR = "$env:GITHUB_WORKSPACE\package"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ 0.4.2
You can’t perform that action at this time.
0 commit comments