Skip to content

Commit

Permalink
Fixed the twine command.
Browse files Browse the repository at this point in the history
  • Loading branch information
mush42 committed Feb 2, 2021
1 parent 27e2560 commit 7c53509
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 @@ -36,4 +36,4 @@ def upload_wheels(c):
if not tag_triggered:
return print("Not a release build.\nSkipping PyPI upload process.")
with c.cd(REPO_HOME):
c.run('twine upload ".\target\wheels\*" --non-interactive --skip-existing')
c.run(r'twine upload "./target/wheels/*" --non-interactive --skip-existing')

0 comments on commit 7c53509

Please sign in to comment.