Skip to content

Commit

Permalink
use env instead of env_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Jul 2, 2023
1 parent 754a619 commit 47ec8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def publish(dry_run: bool):

context.run(
"twine upload dist/*",
env_dict={
env={
"TWINE_USERNAME": twine_username,
"TWINE_PASSWORD": twine_password,
},
Expand Down

0 comments on commit 47ec8c5

Please sign in to comment.