1 Star 0 Fork 0

frank / yydict

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
publish_pypi.sh 300 Bytes
一键复制 编辑 原始数据 按行查看 历史
frank 提交于 2023-12-22 09:34 . update publish_pypi.sh
#!/usr/bin/env bash
# build package
python -m build --sdist --wheel
# 不使用隔离环境,跳过依赖检查
python -m build -x -n --sdist --wheel
# 发布到测试环境
twine upload --repository testpypi dist/*
# 发布到真实的线上环境
twine upload --repository pypi dist/*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/changyubiao/yydict.git
git@gitee.com:changyubiao/yydict.git
changyubiao
yydict
yydict
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891