Add your description here
Project description
uv trusted publishing examples
Trusted publishing allows uploading package from GitHub Action to PyPI without manually setting a secret token. Instead, you specify on PyPI a GitHub Actions workflow that is allowed to publish the package.
This repository contains a full, self-contained example for trusted publishing
with uv. The release workflow can be found in
.github/workflows/release.yml. On PyPI, the
matching configuration is set under
https://pypi.org/manage/project/<package-name>/settings/publishing/:
You can find the published package at https://pypi.org/project/trusted-publishing-examples/.
.github/workflows/ci.yml is a minimal test and lint workflow for a Python package, while .github/workflows/errors.yml is for testing uv itself only.
Documentation
- uv's side: https://docs.astral.sh/uv/guides/publish/
- PyPI's side: https://docs.pypi.org/trusted-publishers/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file trusted_publishing_examples-0.1.3.tar.gz.
File metadata
- Download URL: trusted_publishing_examples-0.1.3.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cce84fda3d4a1a69a06b74003963809d201d8e1ab3120687ff59bf57dda9c38
|
|
| MD5 |
29add221bafe9bc25307bd5aa4db5970
|
|
| BLAKE2b-256 |
02e8226f473d74409eb306d883f8ea831de0470e24faeffe4a91f156696bae13
|
File details
Details for the file trusted_publishing_examples-0.1.3-py3-none-any.whl.
File metadata
- Download URL: trusted_publishing_examples-0.1.3-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5372de04f9193ca649db533dd31e4295dc33ccd1a15d49ceefff8904f8a4f255
|
|
| MD5 |
9eddff7d9fa95dab47417c7ae67e5a54
|
|
| BLAKE2b-256 |
ef627ec460f33fa98c84bccbacdf105e7f7aec19ed386197df8a20ae10a9914d
|