Skip to content

Commit cacf3ff

Browse files
committed
chore: bump to v0.1.1a2
1 parent a4f23e6 commit cacf3ff

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
6+
## v0.1.1a2
7+
58
- Add `ensure_lf_line_ending`.
69
- Account for the different of `tempfile.TemporaryDirectory` between 3.12 and 3.10.
710
- Add `BaseTestCase.assertArchiveFileIsGzip`

MAINTENANCE.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,23 +65,32 @@ cd docs
6565
make html
6666
```
6767

68-
## Manually publish to PyPI
68+
## Deployment flow
69+
70+
- Update `grading_lib/VERSION` file.
71+
- Update `CHANGELOG.md` file.
72+
- Make a commit
73+
- Tag the commit
74+
- Push
75+
- Approve the deployment flow on GitHub Actions.
76+
77+
### Manually publish to PyPI
6978

7079
There should be no need of running these commands manually now that
7180
the workflow is setup to auto publish to both PyPI and GitHub's Releases.
7281

7382
Howver, if the workflow is breaking, for example, you can run these
7483
commands to manually publish.
7584

76-
### Publish to the real PyPI
85+
#### Publish to the real PyPI
7786

7887
Make sure you build the package.
7988

8089
```console
8190
python -m twine upload dist/*
8291
```
8392

84-
### Publish to the test PyPI
93+
#### Publish to the test PyPI
8594

8695
If you want to test something out.
8796

grading_lib/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1a2

0 commit comments

Comments
 (0)