Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 477 Bytes

PACKAGING.rst

File metadata and controls

33 lines (19 loc) · 477 Bytes

How to package

Pretty rough so far, can be improved/automated.

Bump Version

Bump version in src/tm1filetools/__init__.py e.g.:

"""A package for working with files created by a TM1 database."""

from .tools import TM1FileTool  # noqa

__version__ = "0.3.2"  # noqa

Publish to PyPI

flit build

Publish to PyPI

flit publish