Skip to content

Commit fa53f7e

Browse files
committed
chore(internal): improve publish script (#137)
1 parent 8aa8733 commit fa53f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/publish-pypi

Lines changed: 1 addition & 1 deletion
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)