Skip to content

Commit

Permalink
Fix publish-script
Browse files Browse the repository at this point in the history
  • Loading branch information
volkerstampa committed Jun 23, 2024
1 parent f296522 commit 539387d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ then
poetry config repositories.testpypi https://test.pypi.org/legacy/
fi
poetry config pypi-token."$PypiRepository" "${PYPI_TOKEN}"
./build.sh
poetry run ./build.sh
"$BuildOnly" && exit 0
if [[ "$PypiRepository" == "testpypi" ]]
then
Expand Down

0 comments on commit 539387d

Please sign in to comment.