-
Why it would benefit Bumpr:
> The biggest reason to use twine is that `python setup.py upload` uploads files over plaintext. This means anytime you use it you expose your username and password to a M…
-
`python3 setup.py register`
is deprecated and as per the official guide is not recommended due to security issues. Similar issues with
`python2 setup.py upload`
The recommended way is to use t…
-
I'm assuming [wespeakerruntime](https://pypi.org/project/wespeakerruntime) is the official pypi package, but it hasn't been updated since Feb 2023.
Having wespeaker as a pypi package would be usefu…
-
PyPI introduced Trusted Publishers last year (see [the announcement](https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/) and [how trusted publishing works](https://docs.pypi.org/tr…
-
@jeff-hernandez I noticed that at some point, you uploaded this package to https://test.pypi.org under the name `compose`, then switched to `composeml` for both https://test.pypi.org and https://pypi.…
-
Hi all, very excited about your work! I spoke to Dan and Avery earlier today.
Small feature request: can you make your code installable (i.e. include a setup.py or similar)? I'm evaluating Clay as …
-
Checklist for doing a new release, copied from the last one (#1319):
- [ ] Update Changelog for new release via PR
- [ ] Create a release using the GitHub UI. This creates the appropriate …
-
It looks like you've added a `py.typed` file here on GitHub, but not released a new version incorporating the changes. Could you release a new version and upload to PyPi?
-
GaNDLF produces metrics that are different from our official inpainting package (https://pypi.org/project/inpainting/).
To compute metrics with the official package:
```
pip install inpaintin…
-
Hi,
I see a lot of changes have been made since the last release in 2021.
My app depends on the old version in pypi (A pypi package must have dependencies in pypi).
So I suggest to update ve…