univ-of-utah-marriott-library-apple / python-jamf

`python-jamf` is a library for connecting to a Jamf Server. It maps Jamf Pro records to a Record class. It is the basis for the `jctl` tool to automate patch management & packages and many other items.
MIT License
54 stars 16 forks source link

Added github actions #53

Closed magnusviri closed 2 years ago

magnusviri commented 2 years ago

Added .github/workflow actions that build, test, and upload the dist tar.gz to pypi and github. Fixed various issues related to this including changing how the version is calculated and fixed a few errors found by testing.