From 98fe7e7c1ebed13521f10be91d34fad64534e8d5 Mon Sep 17 00:00:00 2001 From: Gabriel Guarisa Date: Sun, 12 Nov 2023 12:44:00 -0300 Subject: [PATCH] Update version number and remove unnecessary files. --- .github/workflows/release.yml | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d569c6a..f9748d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.1.0 + + - name: Remove git and workflow files + run: | + rm -rf .git + rm -rf .github + - name: Build and publish to pypi uses: JRubics/poetry-publish@v1.17 with: diff --git a/pyproject.toml b/pyproject.toml index b6d3f2e..d99af2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "brasil-data" packages = [ {include = "brdata"} ] -version = "1.0.0a4" +version = "1.0.0a5" description = "Fontes de dados do mercado financeiro brasileiro" authors = ["Gabriel Guarisa "] license = "MIT"