Skip to main content

Test Conda

Project description

Arrebol


Pacote criado com a finalidade única de testar como subir um pacote para o PyPi e Conda.



Build Manually

Inicialmente é necessário instalar o conda-build com o comando:

conda activate pablocarreira-py39
conda install conda-build

Uma vez instalado, é possível buildar com o comando abaixo:

conda-build ./conda/


GitActions

Há um GitAction para publicar pacotes no Conda. A vantagem é que ele converte o build para outras plataformas (adicionar converters)!

Já tentei outros, porém abandonei por falhas:

  • elbeejay/conda-publish-action@v1.5
  • maxibor/conda-package-publish-action@v1.1

# Convert Package to Other Platforms
cd ~
platforms=( osx-64 linux-32 linux-64 win-32 win-64 )
find $HOME/conda-bld/linux-64/ -name *.tar.bz2 | while read file
do
    echo $file
    #conda convert --platform all $file  -o $HOME/conda-bld/
    for platform in "${platforms[@]}"
    do
       conda convert --platform $platform $file  -o $HOME/conda-bld/
    done
done


Referências

GitActions

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arrebol-1.0.18.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

arrebol-1.0.18-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page