mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-10 16:22:33 +03:00
Drop Windows exe package build
This commit is contained in:
parent
4a46aa39a5
commit
6b80bd0648
|
@ -83,8 +83,6 @@ test_script:
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: dist\psycopg2-*\*.whl
|
- path: dist\psycopg2-*\*.whl
|
||||||
name: wheel
|
name: wheel
|
||||||
- path: dist\psycopg2-*\*.exe
|
|
||||||
name: exe
|
|
||||||
|
|
||||||
|
|
||||||
# vim: set ts=4 sts=4 sw=4:
|
# vim: set ts=4 sts=4 sw=4:
|
||||||
|
|
|
@ -54,11 +54,6 @@ How to make a psycopg2 release
|
||||||
``scripts/build`` directory. They will be saved in a
|
``scripts/build`` directory. They will be saved in a
|
||||||
``packages/psycopg2-${VERSION}`` directory.
|
``packages/psycopg2-${VERSION}`` directory.
|
||||||
|
|
||||||
- Remove the ``.exe`` from the dir, because we don't want to upload them on
|
|
||||||
PyPI::
|
|
||||||
|
|
||||||
$ rm -v packages/psycopg2-${VERSION}/*.exe
|
|
||||||
|
|
||||||
- Only for stable packages: upload the signed packages on PyPI::
|
- Only for stable packages: upload the signed packages on PyPI::
|
||||||
|
|
||||||
$ twine upload -s packages/psycopg2-${VERSION}/*
|
$ twine upload -s packages/psycopg2-${VERSION}/*
|
||||||
|
|
|
@ -326,10 +326,6 @@ def build_binary_packages():
|
||||||
|
|
||||||
add_pg_config_path()
|
add_pg_config_path()
|
||||||
|
|
||||||
# Build .exe packages for whom still use them
|
|
||||||
if opt.package_name == 'psycopg2':
|
|
||||||
run_python(['setup.py', 'bdist_wininst', "-d", opt.dist_dir])
|
|
||||||
|
|
||||||
# Build .whl packages
|
# Build .whl packages
|
||||||
run_python(['setup.py', 'bdist_wheel', "-d", opt.dist_dir])
|
run_python(['setup.py', 'bdist_wheel', "-d", opt.dist_dir])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user