Skip to content

Commit

Permalink
Update version number and remove unnecessary
Browse files Browse the repository at this point in the history
files.
  • Loading branch information
gabrielguarisa committed Nov 12, 2023
1 parent 670fc7d commit 98fe7e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <gabrielguarisa@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 98fe7e7

Please sign in to comment.