Skip to content

Commit 1f629b1

Browse files
authored
Update publish command to remove token argument
Remove token usage from publish command.
1 parent 85414a1 commit 1f629b1

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)