Fix test upload to use hatch publish
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
5423c04df6
commit
302258ce6c
2
Makefile
2
Makefile
@ -50,7 +50,7 @@ upload: verify-tag-version build
|
|||||||
# Uses twine to upload to test pypi
|
# Uses twine to upload to test pypi
|
||||||
.PHONY: upload-test
|
.PHONY: upload-test
|
||||||
upload-test: build
|
upload-test: build
|
||||||
$(ENV)/bin/hatch upload --repo test
|
$(ENV)/bin/hatch publish --repo test
|
||||||
|
|
||||||
# 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