Skip to content

Commit a162a4b

Browse files
authored
ci: fix release procedure (#1922)
1 parent b5696b2 commit a162a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function clean_build {
4646

4747
function pub_pypi {
4848
clean_build
49-
poetry config http-basic.pypi $PYPI_USERNAME $PYPI_PASSWORD
49+
poetry config http-basic.pypi $TWINE_USERNAME $TWINE_PASSWORD
5050
poetry publish --build
5151
clean_build
5252
}

0 commit comments

Comments
 (0)