Skip to content

Commit

Permalink
Merge pull request #75 from blockchain-certificates/chore/fix-ci-sema…
Browse files Browse the repository at this point in the history
…ntic-release

chore(CI): attempt reading env variable
  • Loading branch information
lemoustachiste authored Oct 21, 2024
2 parents 0cc92b0 + 8050db5 commit 7a9b057
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 7a9b057

Please sign in to comment.