Skip to content

Commit a7a7e74

Browse files
author
colyerdeng
committed
fix: fix template
1 parent 9bd4ce2 commit a7a7e74

File tree

1 file changed

+1
-1
lines changed
  • repo_scaffold/templates/template-python/{{cookiecutter.project_slug}}

1 file changed

+1
-1
lines changed

repo_scaffold/templates/template-python/{{cookiecutter.project_slug}}/Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ vars:
66
python_min_version: &dev_version '{{ cookiecutter.min_python_version }}'
77
python_max_version: '{{ cookiecutter.max_python_version }}'
88
python_dev_version: *dev_version
9-
pypi_server_url: {% raw %}'{{.PYPI_SERVER_URL | default "{{ cookiecutter.pypi_server_url }}"}}'{% endraw %}
9+
pypi_server_url: {% raw %}'{{.PYPI_SERVER_URL | default "https://pypiserver.shawndeng.cc"}}'{% endraw %}
1010

1111
dotenv: ['.env']
1212

0 commit comments

Comments
 (0)