Skip existing files in test pypi and do twine check every time
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
10849adfb8
commit
e92283b4e9
3
Makefile
3
Makefile
@ -67,7 +67,8 @@ upload: verify-tag-version build $(ENV)/bin/twine
|
|||||||
# Uses twine to upload to test pypi
|
# Uses twine to upload to test pypi
|
||||||
.PHONY: upload-test
|
.PHONY: upload-test
|
||||||
upload-test: build $(ENV)/bin/twine
|
upload-test: build $(ENV)/bin/twine
|
||||||
$(ENV)/bin/twine upload --repository-url https://test.pypi.org/legacy/ dist/*
|
$(ENV)/bin/twine check dist/*
|
||||||
|
$(ENV)/bin/twine upload --skip-existing --repository-url https://test.pypi.org/legacy/ dist/*
|
||||||
|
|
||||||
# Cleans all build, runtime, and test artifacts
|
# Cleans all build, runtime, and test artifacts
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user