Skip to content

Commit

Permalink
Updated location of pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vegama committed May 21, 2024
1 parent 96addda commit d3d10d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

config["project"]["version"] = version

with open("pyproject.toml", "w") as f:
with open("../pyproject.toml", "w") as f:
toml.dump(config, f)

os.system("git add pyproject.toml")
Expand Down

0 comments on commit d3d10d0

Please sign in to comment.