File tree Expand file tree Collapse file tree 31 files changed +112
-4510
lines changed
Expand file tree Collapse file tree 31 files changed +112
-4510
lines changed Original file line number Diff line number Diff line change @@ -112,13 +112,18 @@ lint: check-flakes
112112format :
113113 @ruff $(SOURCES_PY )
114114
115+ .PHONY : release-prep
116+ release-prep : $(PREP_ALL )
117+ @
118+ # git commit -a -m "[Release] $(PROJECT): $(VERSION)"; true
119+ # git tag $(VERSION); true
120+ # git push --all; true
121+
115122.PHONY : release
116123release : $(PREP_ALL )
117- @git commit -a -m " [Release] $( PROJECT) : $( VERSION) " ; true
118- git tag $(VERSION ) ; true
119- git push --all; true
124+ @
120125 $(PYTHON ) setup.py clean sdist bdist_wheel
121- $(TWINE ) upload dist/$(PYPI_PROJECT ) -$(VERSION ) *
126+ $(TWINE ) upload dist/$(subst -,_, $( PYPI_PROJECT ) ) -$(VERSION ) *
122127
123128.PHONY : install
124129install :
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments