Skip to content

Commit 71c7b54

Browse files
chore(uploaddistribution_live.sh): reviewed twine upload command password parameter
1 parent 3033b1b commit 71c7b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/uploaddistribution_live.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
twine upload --skip-existing -u "${TWINE_LIVE_USERNAME}" -p "${TWINE_LIVE_USERNAME}" dist/*
2+
twine upload --skip-existing -u "${TWINE_LIVE_USERNAME}" -p "${TWINE_LIVE_PASSWORD}" dist/*

0 commit comments

Comments
 (0)