Skip to content

Commit 78cd8ba

Browse files
chore(internal): improve publish script (#137)
1 parent ac49d7c commit 78cd8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/publish-pypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

33
set -eux
4-
mkdir dist
4+
mkdir -p dist
55
rye build --clean
66
rye publish --yes --token=$PYPI_TOKEN

0 commit comments

Comments
 (0)