Skip to content

Commit

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

chore(CI): fix typo
  • Loading branch information
lemoustachiste authored Oct 21, 2024
2 parents ecd7874 + 771226f commit 670f866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ python3 setup.py sdist bdist_wheel
keyring --disable
echo $TWINE_USERNAME
echo $TWINE_PASSWORD
twine upload dist/* -u $TWINE_USERNAME} -p $TWINE_PASSWORD --verbose
twine upload dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD --verbose

0 comments on commit 670f866

Please sign in to comment.