Skip to content

Commit

Permalink
fix: make build less error prone
Browse files Browse the repository at this point in the history
  • Loading branch information
pimvh committed May 29, 2024
1 parent bc302fa commit 309f104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ poetry -v env use --no-interaction python3
poetry -v install --no-interaction

echo 'publishing package using poetry...'
poetry -v publish --build -u '__token__' -p $PIPY_API_TOKEN;
poetry -v publish --build --skip-existing -u '__token__' -p $PIPY_API_TOKEN;

0 comments on commit 309f104

Please # to comment.