File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ Release notes
129
129
130
130
4. Add, commit and push::
131
131
132
- git add doc /PythonLibCore-$VERSION.rst
133
- git commit -m "Release notes for $VERSION" doc /PythonLibCore-$VERSION.rst
132
+ git add docs /PythonLibCore-$VERSION.rst
133
+ git commit -m "Release notes for $VERSION" docs /PythonLibCore-$VERSION.rst
134
134
git push
135
135
136
136
5. Update later if necessary. Writing release notes is typically the biggest
@@ -188,7 +188,7 @@ Creating distributions
188
188
twine upload dist/*
189
189
190
190
5. Verify that project the page at `PyPI
191
- <https://pypi.python. org/pypi /robotframework-pythonlibcore > `_
191
+ <https://pypi.org/project /robotframework-pythontlibcore/ > `_
192
192
looks good.
193
193
194
194
6. Test installation (add ``--pre `` with pre-releases)::
You can’t perform that action at this time.
0 commit comments