Skip to content

Commit

Permalink
Fix 'pip install' unpinned version with extra index url cannot find t…
Browse files Browse the repository at this point in the history
…he expected version (microsoft#45)

Co-authored-by: yalu4 <[email protected]>
  • Loading branch information
16oeahr and yalu4 authored Aug 1, 2023
1 parent 7f9fdf0 commit 0ab06c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/distributing/publish_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def publish_package_internal(package_dir_path, storage_key, release_config):
with open(file=upload_file_path, mode="rb") as package_file:
print(
f"[Debug] Uploading {whl_distribution} as latest distribution to "
"container: {packages_container}, blob: {latest_package_blob}..."
f"container: {packages_container}, blob: {latest_package_blob}..."
)
latest_package_blob_client.upload_blob(package_file, overwrite=True)

Expand Down
2 changes: 1 addition & 1 deletion src/promptflow-tools/promptflow/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.1.dev0"
VERSION = "0.1.0b2"

0 comments on commit 0ab06c2

Please sign in to comment.