Skip to content

Commit bfbbe42

Browse files
committed
use env instead of env_dict
1 parent 9bf3db7 commit bfbbe42

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
@@ -410,7 +410,7 @@ def publish(dry_run: bool):
410410

411411
context.run(
412412
"twine upload dist/*",
413-
env_dict={
413+
env={
414414
"TWINE_USERNAME": twine_username,
415415
"TWINE_PASSWORD": twine_password,
416416
},

0 commit comments

Comments
 (0)