Open aryarm opened 3 years ago
The build process is as follows:
setup.py
meta.yaml
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
rm -r build dist stepik_cli.egg-info/
It would be great if we could do all of this in a Github action whenever a new release is tagged.
And then we could add the following steps to publish the package on anaconda.org:
conda skeleton pypi --noarch-python stepik-cli
conda build -c conda-forge stepik-cli
anaconda upload
Actually, while I was able to publish this on conda, I wasn't able to automate the build process. So I'm reopening this issue.
conda
The build process is as follows:
setup.py
andmeta.yaml
It would be great if we could do all of this in a Github action whenever a new release is tagged.
And then we could add the following steps to publish the package on anaconda.org:
meta.yaml
filemeta.yaml
file to include a link to the documentation and also your Github usernameanaconda upload