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

Commit b43f273

Browse files
committed
fix publish script
1 parent b4861c4 commit b43f273

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="typesystem/__init__.py"
44

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

0 commit comments

Comments
 (0)