Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Dec 3, 2023
1 parent 26e6e83 commit 62501a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fake-bpy-module-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.8"

- name: Blender downloads cache
uses: actions/cache@v2
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/fake-bpy-module-latest-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,19 @@ jobs:
path: blender

- name: Generate pip Packages
if: contains(github.ref, 'run-ci/')
env:
RELEASE_VERSION: ${{ needs.set_versions.outputs.module_version }}
GEN_MODULE_CODE_FORMAT: "none"
GEN_MODULE_OUTPUT_LOG_LEVEL: "debug"
run: bash tools/pip_package/build_pip_package.sh blender latest ./blender ./blender-bin/blender-latest-bin

- name: Generate pip Packages
if: "!contains(github.ref, 'run-ci/')"
env:
RELEASE_VERSION: ${{ needs.set_versions.outputs.module_version }}
GEN_MODULE_CODE_FORMAT: "pep8"
GEN_MODULE_OUTPUT_LOG_LEVEL: "warn"
run: bash tools/pip_package/build_pip_package.sh blender latest ./blender ./blender-bin/blender-latest-bin

- name: Archive pip packages
Expand Down

0 comments on commit 62501a5

Please sign in to comment.