Skip to main content

GitHub Release Artifact Downloader and DevPI Uploader

Project description

gh-release-devpi

从 GitHub Release 下载构建产物并上传到 DevPI 服务器的命令行工具。

安装

pip install gh-release-devpi

使用

环境变量

创建 .env 文件:

GITHUB_PAT=your_github_personal_access_token
GITHUB_REPO=owner/repo
DEVPI_PASSWORD=your_devpi_password

命令

下载最新 release 的所有 artifacts 并上传到 DevPI:

gh-release-devpi download

仅下载不上传:

gh-release-devpi download --skip-upload

指定参数:

gh-release-devpi download \
  --repo owner/repo \
  --token ghp_xxx \
  --output ./dist \
  --devpi-password xxx

独立上传命令

将本地目录中的 Python 包上传到 DevPI:

# 设置环境变量
export DEVPI_SERVER="http://devpi.example.com"
export DEVPI_PASSWORD="your_password"

# 使用默认目录 ./artifacts
gh-release-devpi upload

# 指定目录
gh-release-devpi upload ./dist

上传命令环境变量:

  • DEVPI_SERVER: DevPI 服务器地址 (必需)
  • DEVPI_PASSWORD: DevPI 密码 (必需)
  • DEVPI_USER: DevPI 用户名 (默认: root)
  • DEVPI_INDEX: DevPI 索引名称 (默认: dev)
  • DEVPI_USE_PROXY: 是否使用代理 (默认: false)

参数

  • --repo, -r: GitHub 仓库 (格式: owner/repo)
  • --token, -t: GitHub Personal Access Token
  • --output, -o: 下载目录 (默认: artifacts)
  • --devpi-password, -p: DevPI 密码
  • --skip-upload: 跳过上传到 DevPI

开发

# 安装依赖
pip install -e .

# 运行
python -m gh_release_devpi.main download

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gh_release_devpi-0.1.4-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file gh_release_devpi-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for gh_release_devpi-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 8f6feb9f0ba2f525824fad8c03d2c87cda4a368827c1462993dcda201fd2f09e
MD5 63421f7f1bc91e48e09ef20246b1d6f4
BLAKE2b-256 459c2591d94ff6d1552f678cc7472fa23f4a2bb02876da0ae8c126db799e57f2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page