Skip to content

Commit

Permalink
Merge b200a67 into 2a7aabf
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Dec 16, 2020
2 parents 2a7aabf + b200a67 commit 4a0d1fd
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 104 deletions.
6 changes: 4 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Changes
=======

1.0.1 (TBD)
------------------
1.0.1a1 (2020-12-16)
--------------------

- Build binary wheels for 64-bit Linux, MacOS, and Windows using cibuildwheel
on AppVeyor (#70).
- Add a pyproject.toml file to specify build dependencies.

1.0.0 (2018-07-26)
Expand Down
25 changes: 0 additions & 25 deletions Dockerfile.wheels

This file was deleted.

21 changes: 0 additions & 21 deletions Makefile

This file was deleted.

23 changes: 23 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
environment:
global:
CIBW_SKIP: "cp27* cp35* pp* *-win32 *-manylinux_i686"
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
APPVEYOR_JOB_NAME: "python37-x64-ubuntu"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
APPVEYOR_JOB_NAME: "python37-x64-vs2015"
- APPVEYOR_BUILD_WORKER_IMAGE: macos-mojave
APPVEYOR_JOB_NAME: "python37-x64-macos-mojave"

stack: python 3.7

init:
- cmd: set PATH=C:\Python37;C:\Python37\Scripts;%PATH%

install: python -m pip install cibuildwheel==1.7.1

build_script: python -m cibuildwheel --output-dir wheelhouse

artifacts:
- path: "wheelhouse\\*.whl"
name: Wheels
28 changes: 0 additions & 28 deletions build-linux-wheels.sh

This file was deleted.

27 changes: 0 additions & 27 deletions build-macosx-wheels.sh

This file was deleted.

2 changes: 1 addition & 1 deletion rio_color/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""rio-color"""

__version__ = "1.0.1dev"
__version__ = "1.0.1a1"

0 comments on commit 4a0d1fd

Please sign in to comment.