Skip to content

Commit

Permalink
point to real zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Nov 7, 2024
1 parent bf2f453 commit 8e73b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenodo_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
parser = argparse.ArgumentParser()
parser.add_argument("files", nargs="+")

URL = "https://sandbox.zenodo.org"
URL = "https://zenodo.org"
TOKEN = os.environ["ZENODO_TOKEN"]

HEADERS = {"Authorization": f"Bearer {TOKEN}"}
Expand Down

0 comments on commit 8e73b21

Please sign in to comment.