diff --git a/cython.yaml b/cython.yaml index e42c85d3954..b3d4ca747d2 100644 --- a/cython.yaml +++ b/cython.yaml @@ -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: @@ -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: |