Skip to content

Commit

Permalink
update dev build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhill1 committed Jan 3, 2024
1 parent 3f6a247 commit 25670d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/create_dev_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ OUT_DIR="${2}"

# Constants
REPO_DIR=$(git rev-parse --show-toplevel)
VERSION_FILE="${REPO_DIR}/qbraid/_version.py"
VERSION_FILE="${REPO_DIR}/qbraid_qir/_version.py"
TMP_BRANCH="tmp_build_branch_$(date "+%Y%m%d%H%M%S")"

# Cleanup function
Expand Down
2 changes: 1 addition & 1 deletion tools/stamp_dev_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
set -e

# Constants
PROJECT_NAME="qbraid/qir"
PROJECT_NAME="qbraid_qir"
VERSION_FILE_PATH="_version.py"
TIMESTAMP_FORMAT="+%Y%m%d%H%M%S"

Expand Down

0 comments on commit 25670d6

Please sign in to comment.