File: Makefile

package info (click to toggle)
pyjvcprojector 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 966; makefile: 13; sh: 5
file content (8 lines) | stat: -rw-r--r-- 107 bytes parent folder | download
1
2
3
4
5
6
7
8
all: clean build

build:
	python3 -m build
	python -m twine upload -u __token__ dist/*

clean:
	rm -rf dist