Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Commit abde4d2

Browse files
committed
WIP correct env variable name
1 parent 50fe0d0 commit abde4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rkd/makefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
TASKS = [
88
TaskAliasDeclaration(':release', [
9-
':py:build', ':py:publish', '--username=__token__', '--password=${PYPI_PASSWORD}'
9+
':py:build', ':py:publish', '--username=__token__', '--password=${PYPI_TOKEN}'
1010
])
1111
]

0 commit comments

Comments
 (0)