Skip to content

Commit 50f5044

Browse files
committed
ci: delete release gha
I can't fix it
1 parent 34d69f5 commit 50f5044

File tree

2 files changed

+5
-38
lines changed

2 files changed

+5
-38
lines changed

.github/workflows/release.yaml

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

releasing.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@
1212

1313
1. Create "release commit" containing changes to `<package>/__init__.py` with message `chore: release v<version>`. Release commit may contain other changes too, like to `CHANGELOG.md` and so on.
1414

15-
1. Create tag `v<version>` on release commit. E.g.,
15+
1. Create PR for branch. Wait for tests, linters. Do a code review.
1616

17-
```sh
18-
git tag -a v1.0.2
19-
git push origin HEAD
20-
```
17+
1. To publish to Test PyPI `uv run nox -s publish_to_test_pypi`. See https://test.pypi.org/project/sphinx-reredirects/#history.
2118

22-
1. Create PR for branch. Wait for tests, linters. Do a code review.
19+
1. Merge to main branch.
2320

24-
1. Meanwhile, the package has been published to Test PyPI: https://test.pypi.org/project/sphinx-reredirects/#history.
21+
1. To publish to real PyPI `uv run nox -s publish_to_real_pypi`. See https://pypi.org/project/sphinx-reredirects/#history.
2522

26-
1. Merge to main branch. Any `v<version>` tag is automatically uploaded to real PyPI: https://pypi.org/project/sphinx-reredirects/#history
23+
1. If successful, tag commit with `v<version>`.

0 commit comments

Comments
 (0)