diff --git a/.appveyor.yml b/.appveyor.yml index 2da7a1a..1cabf0e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,5 +21,5 @@ test: off deploy: provider: GitHub auth_token: $(GITHUB_TOKEN) - release: $(PYTHON_VERSION) + release: v$(PYTHON_VERSION) artifact: python-android-install \ No newline at end of file