Skip to content

Commit 0adea54

Browse files
committed
Update release metadata to match new process
1 parent 95f98c7 commit 0adea54

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ showvars:
1515
release:
1616
git tag -s "$(PKG_VERSION)" -m "v$(PKG_VERSION)"
1717
-git push $(shell git rev-parse --abbrev-ref @{push} | cut -d '/' -f1) refs/tags/$(PKG_VERSION)
18-
# tox run -e publish-release
1918

2019
.PHONY: collated-test-report
2120
collated-test-report:

RELEASING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
- Bump the version with `./scripts/bump-version.py NEW_VERSION`
44
- Add, commit with `git commit -m 'Bump version for release'`, and push
5-
- Publish the release with `make release`
5+
- Create a release tag, which will auto-publish to testpypi (`make release`)
6+
- Create a GitHub release, which will auto-publish to pypi (web UI)

tox.ini

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,5 @@ commands = python ./scripts/vendor-schemas.py
8181
description = "update autogenerated pre-commit hooks"
8282
commands = python ./scripts/generate-hooks-config.py
8383

84-
[testenv:publish-release]
85-
description = "build and publish to pypi"
86-
skip_install = true
87-
deps = twine
88-
build
89-
# clean the build dir before rebuilding
90-
allowlist_externals = rm
91-
commands_pre = rm -rf dist/
92-
commands = python -m build
93-
twine upload dist/*
94-
9584
[pytest]
9685
filterwarnings = error

0 commit comments

Comments
 (0)