File: RELEASE.md

package info (click to toggle)
python-agilent 0.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 988 kB
  • sloc: python: 867; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Release

Tag the release, mark as a Release on github and the package will be published to pypi.

## Manually

Everything is in `pyproject.toml`:

```
python -m build
twine upload dist/*
```