Skip to content

Commit

Permalink
Closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalmeiro committed Sep 2, 2022
1 parent 7648753 commit 8c88933
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"git.enabled": true
}
2 changes: 1 addition & 1 deletion project/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 - --preview
curl -sSL https://install.python-poetry.org | python3 - --version 1.2.0
poetry --version
- name: Build the package
Expand Down
2 changes: 1 addition & 1 deletion project/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipx install {{ python_package_distribution_name }}

## Development

> [Poetry](https://python-poetry.org/) (version 1.2.0b3)
> [Poetry](https://python-poetry.org/) (version 1.2.0)

- `poetry config virtualenvs.in-project true`
- `poetry install`
Expand Down

0 comments on commit 8c88933

Please sign in to comment.