Skip to content

Commit 7ccd51a

Browse files
committed
add rye update script bash
1 parent 24d56af commit 7ccd51a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

manual deployment/deploy_on_pip.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
cd ..
33

44
rye self update
5+
6+
rye pin 3.10
7+
58
# Install dependencies using Poetry
69
rye sync
710

manual deployment/rye_update.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
rye pin 3.10
2+
3+
# Install dependencies using Poetry
4+
rye sync
5+
6+
# Build the project
7+
rye build

0 commit comments

Comments
 (0)