File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
118
118
- name : Package .zip archives
119
119
run : |
120
- VERSION=`cat VERSION `
120
+ VERSION=`cat VVERSION `
121
121
base=$(find $PWD/IfcOpenShell/build -maxdepth 4 -name install)
122
122
mkdir -p $GITHUB_WORKSPACE/package
123
123
cd $GITHUB_WORKSPACE/package
Original file line number Diff line number Diff line change 85
85
86
86
- name : Package .zip archives
87
87
run : |
88
- VERSION=`cat VERSION `
88
+ VERSION=`cat VVERSION `
89
89
base=$GITHUB_WORKSPACE/IfcOpenShell/build/Linux/x86_64/install
90
90
mkdir -p $GITHUB_WORKSPACE/package
91
91
cd $GITHUB_WORKSPACE/package
@@ -100,7 +100,7 @@ jobs:
100
100
mdm=`$python_root/bin/python3 --version | cut -c8- | cut -d. -f 1,2`
101
101
cp -R $python_root/lib/python$mdm/site-packages/voxec .
102
102
echo '[bdist_wheel]' > setup.cfg
103
- echo 'python-tag = cp$mm' >> setup.cfg
103
+ echo 'python-tag = cp' $mm >> setup.cfg
104
104
105
105
PATH=$python_root/bin:$PATH python3 -m build -w
106
106
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 96
96
97
97
- name : Package .zip Archives
98
98
run : |
99
- $VERSION = Get-Content VERSION -Raw
99
+ $VERSION = Get-Content VVERSION -Raw
100
100
$pyVersion = "${{ matrix.python }}"
101
101
$pyVersionMajor = ($pyVersion -split '\.')[0..1] -join ''
102
102
$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