Skip to content

Commit

Permalink
Dont track cython-generated jenks.c and regenrate it on every build
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Sep 27, 2023
1 parent be67cd6 commit a289197
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 22,576 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v3

- name: "Build wheels"
uses: pypa/cibuildwheel@v2.9.0
uses: pypa/cibuildwheel@v2.16.1
with:
package-dir: .
env:
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Manifest generated by distutils
MANIFEST

# Cython generated C file
jenkspy/src/jenks.c

# Editor
.vscode/

Expand Down
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

Unreleased
----------

- Add support for Python 3.12.

- Don't track the C file generated by Cython anymore.

0.3.3 (2023-07-03)
------------------

Expand Down
Loading

0 comments on commit a289197

Please sign in to comment.