Don't worry about verifying tags when pushing to test pypi
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
8a4ac73c8d
commit
10849adfb8
2
Makefile
2
Makefile
@ -66,7 +66,7 @@ upload: verify-tag-version build $(ENV)/bin/twine
|
||||
|
||||
# Uses twine to upload to test pypi
|
||||
.PHONY: upload-test
|
||||
upload-test: verify-tag-version build $(ENV)/bin/twine
|
||||
upload-test: build $(ENV)/bin/twine
|
||||
$(ENV)/bin/twine upload --repository-url https://test.pypi.org/legacy/ dist/*
|
||||
|
||||
# Cleans all build, runtime, and test artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user