Do not upload .egg to PyPI anymore

https://blog.pypi.org/posts/2023-06-26-deprecate-egg-uploads/
This commit is contained in:
Thomas Bernard 2024-03-05 22:53:36 +01:00
parent 9292d251ac
commit e086a24c88
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
1 changed files with 1 additions and 1 deletions

View File

@ -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'