wanghaisheng / json-dict-in-memory

Sychronized, streaming Python dictionary that uses shared memory as a backend
Apache License 2.0
0 stars 0 forks source link

Sweep: add support to publish pypi.org #5

Open wanghaisheng opened 10 months ago

wanghaisheng commented 10 months ago
Checklist - [X] Modify `publish.sh` ✓ https://github.com/wanghaisheng/json-dict-in-memory/commit/17c0ddb22c245c52aec3c8e35adb43ba6ca0bc0b [Edit](https://github.com/wanghaisheng/json-dict-in-memory/edit/sweep/update-pypi-url/publish.sh) - [X] Running GitHub Actions for `publish.sh` ✓ [Edit](https://github.com/wanghaisheng/json-dict-in-memory/edit/sweep/update-pypi-url/publish.sh)
sweep-ai[bot] commented 10 months ago

Here's the PR: PR #7.

See Sweep's progress at the progress dashboard.

Sweep Basic Tier: I'm using GPT-4. You have 5 GPT-4 tickets left for the month and 3 for the day. (tracking ID: 66640078f0)

For more GPT-4 tickets, visit our payment portal. For a one week free trial, try Sweep Pro (unlimited GPT-4 tickets).

Actions (click)

Sandbox Execution ✓

Here are the sandbox execution logs prior to making any changes:

Sandbox logs for 1f2ae49
Checking publish.sh for syntax errors... ✅ publish.sh has no syntax errors! 1/1 ✓
Checking publish.sh for syntax errors...
✅ publish.sh has no syntax errors!

Sandbox passed on the latest cloudflare, so sandbox checks will be enabled for this issue.


Step 1: 🔎 Searching

I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.

Some code snippets I think are relevant in decreasing order of relevance (click to expand). If some file is missing from here, you can mention the path in the ticket description. https://github.com/wanghaisheng/json-dict-in-memory/blob/1f2ae49005cb8b8158abfc5afa3ca98aaff5a371/publish.sh#L1-L0

Step 2: ⌨️ Coding

--- 
+++ 
@@ -1,2 +1,2 @@
  python setup.py sdist bdist_wheel
- twine upload --repository-url https://upload.pypi.org/legacy/ dist/*+ twine upload --repository-url https://upload.pypi.org/ dist/*

Ran GitHub Actions for 17c0ddb22c245c52aec3c8e35adb43ba6ca0bc0b:


Step 3: 🔁 Code Review

I have finished reviewing the code for completeness. I did not find errors for sweep/update-pypi-url.


🎉 Latest improvements to Sweep:


💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request. Join Our Discord