Skip to content

Commit

Permalink
Add safe directory and update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielguarisa committed Nov 12, 2023
1 parent 98fe7e7 commit ee55b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0a5"
version = "1.0.0a6"
description = "Fontes de dados do mercado financeiro brasileiro"
authors = ["Gabriel Guarisa <gabrielguarisa@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit ee55b6e

Please sign in to comment.