appveyor.yml: also build python module source tar.gz and upload it
This commit is contained in:
parent
83b5dfbc4f
commit
ae311e4b84
|
@ -99,4 +99,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'
|
||||
- '%PYTHON_VER%\\python.exe -m twine upload -u %USER% -p %PASS% --skip-existing dist/*.whl dist/*.tar.gz'
|
||||
|
|
|
@ -86,6 +86,7 @@ libminiupnpc.a: $(OBJS)
|
|||
pythonmodule: libminiupnpc.a
|
||||
$(PYTHON) setupmingw32.py build $(SETUP_COMPILER_FLAG)
|
||||
$(PYTHON) setupmingw32.py install --skip-build
|
||||
$(PYTHON) setupmingw32.py sdist
|
||||
$(PYTHON) setupmingw32.py bdist_wheel --skip-build
|
||||
|
||||
miniupnpc.dll: miniupnpc.def $(OBJSDLL)
|
||||
|
|
Loading…
Reference in New Issue