Skip to content

Commit

Permalink
update entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Niraj-Kamdar committed Jun 16, 2020
1 parent 9063e17 commit bb3ebb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@


logging.info("Uploading built binary to PyPI")
subprocess.call(["twine", "upload", "wheelhouse/*"])
subprocess.call(["/opt/python/cp37-cp37m/bin/python", "-m", "twine", "upload", "wheelhouse/*"])

0 comments on commit bb3ebb9

Please sign in to comment.