Skip to content

Commit 01ea49d

Browse files
committed
Update RELEASING.md
1 parent 9dd21eb commit 01ea49d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Build source and binary distributions:
2424

2525
Sign files:
2626

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
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
2929

3030
Upload package to PyPI:
3131

32-
twine3 upload dist/RPLCD-${VERSION}*
32+
twine3 upload dist/rplcd-${VERSION}*
3333
git push
3434
git push --tags

0 commit comments

Comments
 (0)