Skip to content

Commit

Permalink
Simplify build path
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-howe committed Nov 4, 2023
1 parent 89e0112 commit 65a658e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def findReplace(directory, find, replace, filePattern):
chdir(build_dir)
# print((path.join(build_dir)))
# print(abspath(path.join(build_dir)))
print((abspath(path.join(build_dir, '..', '..', 'setup.cfg')), abspath(path.join(build_dir))))
build_wheel(abspath(path.join('.', '..', '..', 'setup.cfg')), build_dir=abspath(path.join('.')))#, platform_tag=plattag)
print((abspath(path.join(build_dir, '..', 'setup.cfg')), abspath(path.join(build_dir))))
build_wheel(abspath(path.join('.', '..', 'setup.cfg')), build_dir=abspath(path.join('.')))#, platform_tag=plattag)
chdir(pushed_directory)


Expand Down

0 comments on commit 65a658e

Please sign in to comment.