mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2025-12-19 03:42:22 -06:00
adjusts in package
This commit is contained in:
12
publish.sh
Executable file
12
publish.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Limpa diretório dist anterior se existir
|
||||
rm -rf dist/*
|
||||
|
||||
# Gera os arquivos de distribuição
|
||||
python setup.py sdist bdist_wheel
|
||||
|
||||
# Faz upload para o PyPI
|
||||
twine upload dist/*
|
||||
|
||||
echo "Pacote publicado com sucesso!"
|
||||
Reference in New Issue
Block a user