Skip to content

Commit

Permalink
Merge pull request #330 from projectcaluma/fix-pypi-publish
Browse files Browse the repository at this point in the history
fix: include xlsx file in pypi publish, take 2
  • Loading branch information
David Vogt authored Feb 15, 2022
2 parents c759642 + 5acc687 commit 99766bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Remove existing packages
run: rm -rf ./dist/ ./caluma.egg-info/ ./build/
run: rm -rf ./dist/ ./emeis.egg-info/ ./build/
- name: Run twine
env:
TWINE_USERNAME: __token__
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
include_package_data=True,
package_data={"": ["*.xlsx"]},
author="projectcaluma",
url="https://github.com/projectcaluma/emeis",
license="License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
Expand Down

0 comments on commit 99766bb

Please sign in to comment.