Do not upload .egg to PyPI anymore
https://blog.pypi.org/posts/2023-06-26-deprecate-egg-uploads/
This commit is contained in:
parent
9292d251ac
commit
e086a24c88
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue