* github-actions: install missing cython package for creating sdist wheel

* remove VERSION from gitignore and keep VERSION file
This commit is contained in:
2021-09-21 15:56:24 +02:00
parent 71a39e90e4
commit a099849caa
5 changed files with 24 additions and 13 deletions

View File

@@ -30,6 +30,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install cython
run: python -m pip install cython==0.29.24
- name: Build sdist
run: python setup.py sdist
working-directory: python/