mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 06:09:16 +00:00
fix cleanup
This commit is contained in:
@@ -28,29 +28,17 @@ jobs:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
needs: activate
|
needs: activate
|
||||||
name: ${{ matrix.config.name }}-${{ matrix.pyver }}
|
name: "choco_release"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
|
||||||
pyver: [py312]
|
|
||||||
config:
|
|
||||||
- {
|
|
||||||
name: "Windows Build",
|
|
||||||
short_name: win,
|
|
||||||
}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: actions/setup-python@v5 # https://github.com/actions/setup-python
|
|
||||||
with:
|
|
||||||
python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
|
||||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
|
||||||
- run: echo ${{ env.DATE }}
|
- run: echo ${{ env.DATE }}
|
||||||
|
- name: Check in release tags if we should do a choco release and perform the release if needed
|
||||||
- name: Check in release tags if we should do a choco release and perform release if needed
|
|
||||||
id: do_choco_release
|
id: do_choco_release
|
||||||
run: |
|
run: |
|
||||||
cd /home/runner/work/IfcOpenShell/IfcOpenShell/choco/blenderbim/ &&
|
cd /home/runner/work/IfcOpenShell/IfcOpenShell/choco/blenderbim/ &&
|
||||||
|
|||||||
Reference in New Issue
Block a user