grim/reviewboard_jetbrains_hub

Tweaks versions for the next round of development
draft default tip
2021-01-05, Gary Kramlich
32ea0d5acd9d
Tweaks versions for the next round of development
#!/usr/bin/make -f
.PHONY: all
all: sdist
.PHONY: clean
clean:
rm -rf dist build *.egg-info
.PHONY: sdist
sdist:
python setup.py sdist
.PHONY: upload
upload:
twine upload dist/*