mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-13 23:38:38 +02:00
RELEASING: Add steps for uploading to Pypi
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
16
RELEASING.md
16
RELEASING.md
@ -45,3 +45,19 @@ Step 5: Create a release on Github
|
||||
|
||||
The release notes must be added manually by drafting a release on the GitHub UI at
|
||||
https://github.com/containers/podman-compose/releases.
|
||||
|
||||
Step 6: Upload to Pypi
|
||||
----------------------
|
||||
|
||||
Run the following command to build artifacts:
|
||||
|
||||
```
|
||||
rm -rf build dist
|
||||
python3 -m build
|
||||
```
|
||||
|
||||
Upload to Pypi
|
||||
|
||||
```
|
||||
python3 -m twine upload dist/*
|
||||
```
|
||||
|
Reference in New Issue
Block a user