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

Commit

Permalink
WIP correct env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Apr 30, 2020
1 parent 50fe0d0 commit abde4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rkd/makefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

TASKS = [
TaskAliasDeclaration(':release', [
':py:build', ':py:publish', '--username=__token__', '--password=${PYPI_PASSWORD}'
':py:build', ':py:publish', '--username=__token__', '--password=${PYPI_TOKEN}'
])
]

0 comments on commit abde4d2

Please sign in to comment.