Skip to content

Commit

Permalink
ci: no dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
pimvh committed May 29, 2024
1 parent 8407b73 commit 72c07b3
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 --dry-run --build -u '__token__' -p $PIPY_API_TOKEN;
poetry -v publish --build -u '__token__' -p $PIPY_API_TOKEN;

0 comments on commit 72c07b3

Please # to comment.