From e8ae8b652786c6145be12a0151ddb46f2be644c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Tue, 6 Apr 2021 15:15:25 +0200 Subject: [PATCH] use upstream version of Maturin --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91c3b422..efe9c745 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: with: python-version: 3.8 - name: Install Maturin - run: python -m pip install git+https://github.com/koehlma/maturin.git + run: python -m pip install maturin - name: Build engine sdist run: | cd engine