Skip to content

Commit c846656

Browse files
committed
[Cleanup]
1 parent c2a24c6 commit c846656

File tree

31 files changed

+112
-4510
lines changed

31 files changed

+112
-4510
lines changed

Makefile

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,18 @@ lint: check-flakes
112112
format:
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
116123
release: $(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
124129
install:

attic/extra-20240606/__init__.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

attic/extra-20240606/__main__.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

attic/extra-20240606/bridges/__init__.py

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)