Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: fix release procedure
  • Loading branch information
JoanFM committed Mar 21, 2025
commit f9beefac558d697ebfc1b63f221910dd31c42b72
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function clean_build {

function pub_pypi {
clean_build
poetry config http-basic.pypi $PYPI_USERNAME $PYPI_PASSWORD
poetry config http-basic.pypi $TWINE_USERNAME $TWINE_PASSWORD
poetry publish --build
clean_build
}
Expand Down
Loading