File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6161 env :
6262 # TestPyPI credentials stored as secrets in GitHub Settings -> Secrets
6363 TWINE_USERNAME : __token__ # Standard username when using API tokens
64- TWINE_PASSWORD : {% raw %}[{% raw %} {{ " ${{ secrets.TESTPYPI_API_TOKEN }}" }} {% raw %}]{% endraw % } # Use GitHub Encrypted Secret
64+ TWINE_PASSWORD : {% raw %}${{ secrets.TESTPYPI_API_TOKEN }} {% endraw } # Use GitHub Encrypted Secret
6565 # Optional: If uv publish requires different config for repository URL, pass TWINE_REPOSITORY or similar
6666 run : uvx nox -s publish-package -- --repository testpypi # Call the publish-package session, passing repository arg
6767
Original file line number Diff line number Diff line change 11[project ]
2- name = " {{cookiecutter.package_name }}"
3- version = " 0.1.0 "
4- description = " {{cookiecutter.package_name }}"
2+ name = " {{cookiecutter.project_name }}"
3+ version = " {{cookiecutter.version}} "
4+ description = " {{cookiecutter.project_name }}"
55authors = [
66 { name = " {{cookiecutter.author}}" , email = " {{cookiecutter.email}}" },
77]
You can’t perform that action at this time.
0 commit comments