New workflow for stable IfcOpenShell-Python releases

Typically every 2 months
This commit is contained in:
Dion Moult
2024-06-11 14:42:22 +10:00
parent 5e6fe5e3cf
commit dea2b6e367
4 changed files with 99 additions and 24 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
cp -r src/blenderbim src/blenderbim_${{ matrix.config.short_name }}_${{ matrix.pyver }} &&
cd src/blenderbim_${{ matrix.config.short_name }}_${{ matrix.pyver }} &&
make dist PLATFORM=${{ matrix.config.short_name }} PYVERSION=${{ matrix.pyver }}
- name: Upload Zip file to release
- name: Upload zip file to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}