We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apart from bringing EOdal to PyPI publishing EOdal at Anaconda is desired as well.
Following this guide we therefore need to configure a meta.yaml file:
meta.yaml
package: name: "my-py-lib" version: "0.1.0" about: summary: "This is an awesome Python library"source: path: ..build: script: python setup.py install
Then we execute conda build --output-folder ./conda-out/ ./conda/ followed by anaconda upload ./conda-out/osx-64/my-py-lib-0.1.0-0.tar.bz2
conda build --output-folder ./conda-out/ ./conda/
anaconda upload ./conda-out/osx-64/my-py-lib-0.1.0-0.tar.bz2
The text was updated successfully, but these errors were encountered:
lukasValentin
No branches or pull requests
Apart from bringing EOdal to PyPI publishing EOdal at Anaconda is desired as well.
Following this guide we therefore need to configure a
meta.yaml
file:Then we execute
conda build --output-folder ./conda-out/ ./conda/
followed byanaconda upload ./conda-out/osx-64/my-py-lib-0.1.0-0.tar.bz2
The text was updated successfully, but these errors were encountered: