Skip to content

Commit

Permalink
ci: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Barrow committed Aug 20, 2024
1 parent 5eed208 commit fdde3ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 354 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ before-build = [
]
skip = "pp"
archs = ["auto64"]
environment = { PATH="$PATH:./opt", CI="CI" }
environment = { PATH="$PATH:./opt"}

build = [
"cp39-manylinux_x86_64",
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ def building_on_github_actions():
return False
return True

local = True
if "CIBUILDWHEEL" in os.environ or os.environ["CIBUILDWHEEL"]:
local = False
# local = True
# if "CIBUILDWHEEL" in os.environ or os.environ["CIBUILDWHEEL"]:
# local = False

# if building_on_github_actions():
# local = False
local = False

cython_dir = os.path.join("tangy_src")

Expand Down Expand Up @@ -71,8 +72,7 @@ def building_on_github_actions():

uqd = Extension(
"tangy._uqd",
sources=[
os.path.join(cython_dir, "_uqd.py")],
sources=[os.path.join(cython_dir, "_uqd.py")],
define_macros=[('NPY_NO_DEPRECATED_API', 'NPY_1_7_API_VERSION')],
include_dirs=[base_path, base_path + '\\opt\\CTimeTag\\Win64\\'],
libraries=["CTimeTagLib"],
Expand Down
348 changes: 0 additions & 348 deletions tangy_src/_uqd.pyx

This file was deleted.

0 comments on commit fdde3ed

Please sign in to comment.