Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cython.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: cython
version: 0.29.35
version: 0.29.36
epoch: 0
description: Cython is an optimising static compiler for both the Python & the extended Cython programming languages.
copyright:
Expand All @@ -19,7 +19,7 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: a2da56cc22be823acf49741b9aa3aa116d4f07fa8e8b35a3cb08b8447b37c607
expected-sha256: bd8ee4208e1f2817914894eca8c4ca894f6c9a51803b0b815a9a3c03d01ab729
uri: https://github.com/cython/cython/archive/${{package.version}}.tar.gz

- runs: |
Expand Down