raylutz / daffodil

Python Daffodil: 2-D data arrays with mixed types, lightweight package, can be faster than Pandas
MIT License
7 stars 2 forks source link

Fixes Issue #12 #14

Closed Ferido07 closed 4 months ago

Ferido07 commented 4 months ago

This fixes the packaging issue. I have tested it. To Build and publish the package use the following steps

  1. update build package to latest python3 -m pip install --upgrade build
  2. Clear all files in dist folder
  3. Build the package using python3 -m build
  4. update twine to latest version using python3 -m pip install --upgrade twine
  5. Upload the built packages using python3 -m twine upload dist/*