We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd21eb commit 01ea49dCopy full SHA for 01ea49d
RELEASING.md
@@ -24,11 +24,11 @@ Build source and binary distributions:
24
25
Sign files:
26
27
- gpg --detach-sign -u ${GPG} -a dist/RPLCD-${VERSION}.tar.gz
28
- gpg --detach-sign -u ${GPG} -a dist/RPLCD-${VERSION}-py3-none-any.whl
+ gpg --detach-sign -u ${GPG} -a dist/rplcd-${VERSION}.tar.gz
+ gpg --detach-sign -u ${GPG} -a dist/rplcd-${VERSION}-py3-none-any.whl
29
30
Upload package to PyPI:
31
32
- twine3 upload dist/RPLCD-${VERSION}*
+ twine3 upload dist/rplcd-${VERSION}*
33
git push
34
git push --tags
0 commit comments