Skip to content

Commit

Permalink
Chore: Improve twine command within release task
Browse files Browse the repository at this point in the history
Use `--skip-existing` option.
  • Loading branch information
amotl committed Jun 25, 2024
1 parent b416c11 commit c3ee87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ lint = [

release = [
{ cmd = "python -m build" },
{ cmd = "twine upload dist/*" },
{ cmd = "twine upload --skip-existing dist/*" },
]

test = [
Expand Down

0 comments on commit c3ee87d

Please sign in to comment.