Skip to content

Commit 47ec8c5

Browse files
committed
use env instead of env_dict
1 parent 754a619 commit 47ec8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def publish(dry_run: bool):
418418

419419
context.run(
420420
"twine upload dist/*",
421-
env_dict={
421+
env={
422422
"TWINE_USERNAME": twine_username,
423423
"TWINE_PASSWORD": twine_password,
424424
},

0 commit comments

Comments
 (0)