template-python-package:Python包的模板项目

时间:2024-03-15 07:33:12
【文件属性】:

文件名称:template-python-package:Python包的模板项目

文件大小:52KB

文件格式:ZIP

更新时间:2024-03-15 07:33:12

Shell

Python包的模板项目 如何使用这个专案 准备GitHub 在上创建一个新项目。 打开存储库Settings 。 单击“ Secrets 。 单击New repository secret 使用Name : TEST_PYPI_API_TOKEN 创建测试密码: 前往 注册帐户并登录 转到Account settings 向下滚动到API tokens ,然后单击“ Add API token 使用Token name : github , Scope : Entire account (all projects) 点击Add token 复制令牌 将令牌复制到Value 单击Add secret 在上创建一个帐户(名称可以与test.pypi.org相同)并创建一个新令牌。 使用Name : PYPI_API_TOKEN创建一个新密钥,并将令牌cpoy到V


【文件预览】:
template-python-package-dev
----poetry.lock(42KB)
----.gitignore(2KB)
----poetry.toml(32B)
----Makefile(569B)
----pyproject.toml(516B)
----src()
--------mypackage()
----CONTRIBUTING.md(1024B)
----.devcontainer()
--------devcontainer.json(1KB)
----LICENSE(34KB)
----.github()
--------workflows()
----tools()
--------releasing()
--------tooling()
--------init.sh(1KB)
--------qa()
----README.md(5KB)
----tests()
--------src()
--------qa()

网友评论