Skip to content

Commit

Permalink
Fix passing new version (#465)
Browse files Browse the repository at this point in the history
* Fix passing new version

* Update copier
  • Loading branch information
fcollonval authored May 15, 2023
1 parent 70a1dde commit 885b523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build
copier>=6.0.0
copier>=7.1.0
crowdin-api-client
hatch>=1.5.0
jupyterlab-translate>=1.3.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/03_prepare_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def prepare_jupyterlab_lp_release(
"--vcs-ref",
"HEAD",
"--data",
f"version=\"{final_version}\"",
f"version={final_version}",
"update",
],
cwd=package_dir,
Expand Down

0 comments on commit 885b523

Please sign in to comment.