diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9748d8..8c1568c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,10 +9,9 @@ jobs: steps: - uses: actions/checkout@v3.1.0 - - name: Remove git and workflow files + - name: Safe directory run: | - rm -rf .git - rm -rf .github + git config --global --add safe.directory "*" - name: Build and publish to pypi uses: JRubics/poetry-publish@v1.17 diff --git a/pyproject.toml b/pyproject.toml index d99af2a..53db276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "brasil-data" packages = [ {include = "brdata"} ] -version = "1.0.0a5" +version = "1.0.0a6" description = "Fontes de dados do mercado financeiro brasileiro" authors = ["Gabriel Guarisa "] license = "MIT"