We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e116cf commit bb405dcCopy full SHA for bb405dc
DEVELOPING.md
@@ -33,9 +33,8 @@
33
1. `poetry version major|minor|patch`
34
1. Update changelog.md
35
1. Commit/tag/push version bump
36
-1. `poetry publish --build -r test`
+1. `poe publish`
37
1. Make sure test package can be installed as expected (https://test.pypi.org/project/django-unicorn/)
38
-1. `poetry publish`
39
1. Make sure live package can be installed as expected (https://pypi.org/project/django-unicorn/)
40
1. [Create GitHub release](https://github.com/adamghill/django-unicorn/releases/new) and add changelog there
41
1. Update django-unicorn.com's version of `django-unicorn`
0 commit comments