Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit ce82945

Browse files
authored
Update Publish script
1 parent 684ae06 commit ce82945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -e
22

3-
VERSION_FILE="starlette/__init__.py"
3+
VERSION_FILE="orm/__init__.py"
44

55
if [ -d 'venv' ] ; then
66
PREFIX="venv/bin/"

0 commit comments

Comments
 (0)