Skip to content

Commit 5155058

Browse files
committed
Skip the uploading process for packages which have been already uploaded
1 parent 761b774 commit 5155058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build: bootstrap
3434
@poetry build --clean
3535

3636
upload: build
37-
@poetry run twine upload --non-interactive dist/*
37+
@poetry run twine upload --non-interactive --skip-existing dist/*
3838

3939
.PHONY: container
4040
container:

0 commit comments

Comments
 (0)