add missing files to tarball

This commit is contained in:
maxbachmann 2020-04-15 23:03:56 +02:00
parent 91d5e1b0f4
commit e4006839fc
No known key found for this signature in database
GPG Key ID: 60334E83C23820B8
3 changed files with 11 additions and 5 deletions

View File

@ -49,7 +49,11 @@ jobs:
python-version: '3.7' python-version: '3.7'
- name: create tarball - name: create tarball
run: python3 setup.py sdist run: |
python3 setup.py sdist
# test whether tarball contains all files required for compiling
pip3 install dist/rapidfuzz-*.tar.gz
pip3 uninstall rapidfuzz --yes
- name: upload tarball - name: upload tarball
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1

View File

@ -1,6 +1,8 @@
include README.md include README.md
include VERSION include VERSION
include LICENSE include LICENSE
recursive-include cpp/src *.hpp *.txx
recursive-include cpp/extern/boost * recursive-include src/rapidfuzz-cpp/src *.hpp *.txx
recursive-include python/src *.hpp recursive-include src/rapidfuzz-cpp/extern/boost *
recursive-include src/rapidfuzz-cpp/extern/difflib *
include src/rapidfuzz-cpp/LICENSE

View File

@ -1 +1 @@
0.7.4 0.7.5