Skip to content

Commit 348663f

Browse files
easyCZstainless-app[bot]
authored andcommitted
Update publish command to remove token argument
Remove token usage from publish command.
1 parent 78e0b66 commit 348663f

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
@@ -3,4 +3,4 @@
33
set -eux
44
mkdir -p dist
55
rye build --clean
6-
rye publish --yes --token=$PYPI_TOKEN
6+
rye publish --yes

0 commit comments

Comments
 (0)