-
> Part of recommendations from user research report in #1496
Specifically:
> **Enhancing Media Presence in the News Section** to Leverage Visual Potential and Share Collected Images
Posts lik…
-
While uploading, I get the following server error:
`[I 200426 03:32:00 http1connection:253] Malformed HTTP message from 192.168.59.13: Content-Length too long`
Using the following to upload the …
-
We should upload the package to PyPi so users can install it via `pip`. Let's wait until we have the first unit tests and then release it as *alpha*. Release early, release often! :sunglasses:
-
Could you add [a console script](https://setuptools.pypa.io/en/latest/userguide/entry_point.html#console-scripts) for the package on PyPI so that unrepl can be called with just `unrepl`?
---
I a…
-
There are wheels for CPU on PyPI but not yet for GPU. Need to build on a machine with CUDA and upload, possibly as a separate project `dynet-gpu`. Related to #657 and #841.
-
We could use [Appeveyor APIs](http://www.appveyor.com/docs/api/samples/download-artifacts-ps) to download artifacts from last successful build and upload them automatically to Pypi.
We should use thi…
-
It seems the "markdown-icon" package is already used on pypi. Can't see why, but it gets rejected when trying to upload. Do you own the package name? If not we should change the name.
-
Hi,
When executing commands such as `nbdev_pypi` from a shell (which get routed to `nbdev.release:release_pypi`), the commands always return exit code 0 regardless of the errors happening inside the …
-
[From](https://github.com/pypa/warehouse/issues/5661#issuecomment-517372679) @takluyver:
> Is there any plan for an API to create upload tokens? E.g. I'd like to have a command-line tool prompt me …
-
Let's use `bump_my_version` and setup the CI/CD to automate the bumping of the version every time we make a release.
Right now in `setup.py` there is:
```python
version='{{VERSION_PLACEHOLDER}}',
…