Skip to content

Commit

Permalink
Adding additional detail to pass pypi linter checks
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Oct 13, 2023
1 parent f28f689 commit 018e441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: curl -sSL https://install.python-poetry.org | python3 - --version 1.3.2

- name: 'Generate template'
run: cookiecutter --no-input . project_name='Test Project'
run: cookiecutter --no-input . project_name='Test Project' description='Test Description' author='Test Author' version='0.0.1'

- name: 'Generate lock file'
run: poetry -C ./test-project lock
Expand Down

0 comments on commit 018e441

Please sign in to comment.