File tree Expand file tree Collapse file tree 1 file changed +6
-22
lines changed Expand file tree Collapse file tree 1 file changed +6
-22
lines changed Original file line number Diff line number Diff line change @@ -41,31 +41,15 @@ When releasing a new version, the following steps should be taken:
41
41
42
42
7. Push the changes and the release to Github:
43
43
44
- ```
45
- git push --follow-tags
46
- ```
44
+ ```
45
+ git push --follow-tags
46
+ ```
47
47
48
48
8. Publish the release on PyPI:
49
49
50
- generate a source and wheel distribution at once
51
- ```
52
- python setup.py sdist bdist_wheel
53
- ```
54
-
55
- generated files are under dist/
56
- ```
57
- ls dist/
58
- ```
59
-
60
- upload release on test.pypi.org
61
- ```
62
- twine upload --repository-url https://test.pypi.org/legacy/ dist/pysaml2-X.Y.Z*
63
- ```
64
-
65
- then, upload release on official pypi.org
66
- ```
67
- twine upload dist/pysaml2-X.Y.Z*
68
- ```
50
+ ```
51
+ poetry publish --build
52
+ ```
69
53
70
54
9. Send an email to the pysaml2 list announcing this release
71
55
You can’t perform that action at this time.
0 commit comments