Update anaconda-client release on PyPI
See original GitHub issueI noticed that the version of anaconda-client available on pypi.org has not been updated in a while:
https://pypi.org/project/anaconda-client/
Some of us are starting to use anaconda.org to host wheels in pip-centric continuous integration and release automation scripts. However this requires either:
- installing miniconda just to install anaconda-client to upload an artifact
- install from git, e.g.:
pip install -q git+https://github.com/Anaconda-Platform/anaconda-client@1.7.2
Neither solution feels very lean. Would it be possible keep the release on pypi.org up to date w.r.t. the conda release?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6
Top Results From Across the Web
anaconda-client - PyPI
Anaconda Cloud command line client library. ... pip install anaconda-client. Copy PIP instructions. Latest version. Released: Jan 20, 2016.
Read more >Updating from older versions - Anaconda Documentation
Updating from older versions¶. Follow the instructions below to update Anaconda to the latest version. Windows: Open Anaconda Prompt.
Read more >Working with packages - Anaconda Documentation
Begin by cloning the repository from the command line: git clone git@github.com:Anaconda-Platform/anaconda-client.git cd anaconda-client/example-packages/pypi/.
Read more >Keeping Anaconda Up To Date
In most cases what you want to do when you say that you want to update Anaconda is to execute the command: conda...
Read more >Using package managers - Anaconda Documentation
<your-anaconda-repo>/travis. EXAMPLE: To install PyPI packages from the user “travis,” use the Repository URL: ... Install Anaconda Client and conda build:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@yshmatov-anaconda As you released
v1.10.0
recently on 2022-06-15 (congrats!) would it be possible to get this release up on PyPI?ping