Skip to content

Commit

Permalink
Disable twine upload
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Jun 8, 2024
1 parent a6f13ea commit 50e8983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ def release(session):
session.run("git", "push", "origin", "main", release_version, external=True)

# Upload the distributions.
session.run("twine", "upload", "--repository", "testpypi", *glob.glob("dist/*"))
# session.run("twine", "upload", "--repository", "testpypi", *glob.glob("dist/*"))

0 comments on commit 50e8983

Please sign in to comment.