-
Summary: starting on July 8, I've been unable to push new packages to pypi with Python 3.6.
I _can_ push to pypitest with 3.6, and I can push to pypi with Python 3.5 (as I just found out).
See t…
rec updated
11 months ago
-
### Description
We need to create a Python package for this repository and publish it to [PyPi](https://pypi.org/) to make it easier for developers to install and use it in their Python projects. P…
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.3.1+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…
-
- See #7
- Signature: repo='pypi', announce=True, bump=True, push=True
- twine: username='', password='', comment=''
- Push any pending changes and tags (make sure they were done by "release-prep")…
-
1. Write a `setup.py`
2. Upload to PyPI with [twine](https://github.com/pypa/twine)
3. ???
4. Profit!
-
```
Please cut a new release of mox and upload it to pypi
(https://pypi.python.org/pypi/mox). Although the release on there is your
latest (0.5.3), it's 3 years old and has a bunch of bugs that you'…
-
:clipboard: **Description**
I just published a prerelease of tinyobjloader:
https://pypi.org/project/tinyobjloader/#history
As far as I can tell, there isn't a badge for displaying the latest…
-
the docs on pypi says to read the docs on readthedocs.com but docs are not built://
maybe it would worth using the
.. automodule::
:members:
somewhere in a rst file?
And maybe join the irc chan…
-
Will there ever be a pypi package for the module ? If you are planning for that i can offer some help! Thanks!
-
When we do a `cl upload`, we should allow an option `--base ` that allows us to greatly speed up uploads in case the old bundle and the new one have very similar content, kind of like what rsync does …