Skip to content

Commit 036c0dc

Browse files
authored
Merge pull request #1267 from p12tic/release-docs
RELEASING: Add steps for uploading to Pypi
2 parents f7eeda1 + 83c0d30 commit 036c0dc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RELEASING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,19 @@ Step 5: Create a release on Github
4545

4646
The release notes must be added manually by drafting a release on the GitHub UI at
4747
https://github.com/containers/podman-compose/releases.
48+
49+
Step 6: Upload to Pypi
50+
----------------------
51+
52+
Run the following command to build artifacts:
53+
54+
```
55+
rm -rf build dist
56+
python3 -m build
57+
```
58+
59+
Upload to Pypi
60+
61+
```
62+
python3 -m twine upload dist/*
63+
```

0 commit comments

Comments
 (0)