Skip to content

Commit

Permalink
chore(CI): attempt reading env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
botcerts committed Oct 21, 2024
1 parent f4dcb08 commit 8050db5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
rm -rf dist
python3 setup.py sdist bdist_wheel
keyring --disable
twine upload dist/* -u ${TWINE_USERNAME} -p ${TWINE_PASSWORD} --verbose
echo $TWINE_USERNAME
twine upload dist/* -u $TWINE_USERNAME} -p $TWINE_PASSWORD --verbose

0 comments on commit 8050db5

Please sign in to comment.