Fix test upload to use hatch publish
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2023-10-27 13:52:03 -07:00
parent 5423c04df6
commit 302258ce6c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ upload: verify-tag-version build
# Uses twine to upload to test pypi
.PHONY: upload-test
upload-test: build
$(ENV)/bin/hatch upload --repo test
$(ENV)/bin/hatch publish --repo test
# Cleans all build, runtime, and test artifacts
.PHONY: clean