File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ Unreleased
6
6
*No changes yet. *
7
7
8
8
v0.10
9
- ----
10
- *Released on 2024-08-20 *
9
+ -----
10
+ *Released on 2024-08-14 *
11
11
12
12
- Switched to GitHub Actions from Travis CI
13
13
- Switched to rye from pipenv
14
14
- Switched to ruff from flake8
15
15
- Switched to renovate from depandabot
16
+ - Update Read The Docs config
16
17
17
18
v0.9
18
19
----
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ check-releasable-git-state:
53
53
.PHONY : release
54
54
release : check-releasable-git-state test zipapp wheel
55
55
@# check if there are no further changes not commited to git in $(SourceFiles)
56
- @echo " ==>" ` tput setaf 3` Releasing` tput sgr0` tag ` tput setaf 4; ./setup.py -V ; tput sgr0` to PyPI.
57
- twine upload dist/tpl-` ./setup.py -V ` *
58
- @echo " ==>" ` tput setaf 2` Released` tput sgr0` version ` tput setaf 4; ./setup.py -V ; tput sgr0` to PyPI.
56
+ @echo " ==>" ` tput setaf 3` Releasing` tput sgr0` tag ` tput setaf 4; rye version ; tput sgr0` to PyPI.
57
+ rye publish dist/tpl-` rye version ` *
58
+ @echo " ==>" ` tput setaf 2` Released` tput sgr0` version ` tput setaf 4; rye version ; tput sgr0` to PyPI.
59
59
60
60
$(DistFolder ) /tpl : $(DistFolder ) $(BuildFolder ) $(SourceFiles )
61
61
rye run python -m pip install ./ -t $(BuildFolder )
You can’t perform that action at this time.
0 commit comments