Skip to content

Commit

Permalink
run wheels on push to bindings branch (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Feb 23, 2024
1 parent 8840617 commit ec80e55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- master
- feat-add-python-bindings
release:
types:
- published
Expand Down
4 changes: 3 additions & 1 deletion docs/doxygen/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# The sphinx template and setup was mostly adopted from openimageios docs to mimic their styling
import subprocess, os, sys

# This is for local testing and a better way would be preferrable
sys.path.insert(0, os.path.abspath("../../bin-int/PhotoshopAPI/x64-release/python"))
sys.path.insert(0, os.path.abspath("../../bin-int/PhotoshopAPI/x64-debug/python"))

def configureDoxyfile(input_dir, output_dir):
with open('Doxyfile.in', 'r') as file :
Expand All @@ -17,7 +20,6 @@ def configureDoxyfile(input_dir, output_dir):

breathe_projects = {}


if read_the_docs_build:
input_dir = '../../PhotoshopAPI'
output_dir = 'build'
Expand Down

0 comments on commit ec80e55

Please sign in to comment.