Skip to content

Commit

Permalink
Correct use of remote_slug
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Jan 8, 2024
1 parent d05b94f commit c1b7430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following tasks need to be done to get a fully working project:
and add a "new pending publisher". The relevant information is:
* PyPI project name: `{{ cookiecutter|modname }}`
* Owner: `{{ cookiecutter|username }}`
* Repository name: `{{ cookiecutter.remote_slug }}`
* Repository name: `{{ cookiecutter|remote_slug }}`
* Workflow name: `pypi.yml`
* Environment name: not required
{%- endif %}
Expand Down

0 comments on commit c1b7430

Please sign in to comment.