Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 473 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 473 Bytes

py-lscsde-workspace-mgmt

Python Module for LSCSDE Workspace Management

Developer Instructions

Incrementing the version

The version of this package is located in the following file: /src/lscsde_workspace_mgmt/_version.py

Please increment this before building.

Building

python3 -m build

Publishing built artifacts to pypi

python -m twine upload --repository pypi dist/*