File: Makefile

package info (click to toggle)
flexit-bacnet 2.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: python: 912; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
7
8
build:
	rm -rf ./dist
	python3 -m pip install --upgrade build
	python3 -m build

release:
	python3 -m pip install --upgrade twine
	python3 -m twine upload -u __token__ dist/*