Skip to content

Commit

Permalink
add build/publish notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Jan 17, 2024
1 parent 38d0ddf commit da8e8bb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,22 @@ To run tests, invoke `unittest`:
python3 -m unittest
```

## Building

To build a release, run:

```bash
python3 setup.py sdist bdist_wheel
```

## Publishing

To publish a release, run:

```bash
twine upload dist/*
```

## Thanks

Special thanks to Denis Brodbeck for his Go package, [`machineid`](https://github.com/denisbrodbeck/machineid).

0 comments on commit da8e8bb

Please sign in to comment.