|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
--- |
|
|
|
|
title: My Python release workflow |
|
|
|
|
tags: [python, git, workflow, aur, arch] |
|
|
|
|
updated: 2020-08-17 19:13 |
|
|
|
|
updated: 2020-10-17 22:55 |
|
|
|
|
description: A personal reminder with the instructions for releasing new versions of Python packages |
|
|
|
|
--- |
|
|
|
|
|
|
|
|
@ -10,6 +10,11 @@ in case of a new version release with some of my Python repositories.
|
|
|
|
|
|
|
|
|
|
<!--more--> |
|
|
|
|
|
|
|
|
|
*Please note that this page is deprecated and will only be kept for historical |
|
|
|
|
reference. Have a look at |
|
|
|
|
[https://frnmst.github.io/fpydocs/workflow_common.html](https://frnmst.github.io/fpydocs/workflow_common.html) |
|
|
|
|
for an updated version.* |
|
|
|
|
|
|
|
|
|
## Rules |
|
|
|
|
|
|
|
|
|
- Use [md_toc](https://github.com/frnmst/md-toc) as an example blueprint. |
|
|
|
|