diff --git a/appveyor.yml b/appveyor.yml index b0e1f42..db8cc88 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -91,4 +91,4 @@ artifacts: deploy_script: - appveyor AddCompilationMessage "Deploying to PyPI" - '%PYTHON_VER%\\python.exe -m pip install twine' - - '%PYTHON_VER%\\python.exe -m twine upload -u %USER% -p %PASS% --skip-existing dist/*.whl dist/*.egg' + - '%PYTHON_VER%\\python.exe -m twine upload -u %USER% -p %PASS% --skip-existing dist/*.whl'