A demo package for the Universidad Europea Deployment course.
Project description
Version: 1.0.0
Last update: 15/05/2026
Summary
This readme contians the main steps to publish a package to PyPI using GitHub Actions and OIDC
Environment
Create a virtual environemnt:
python -m venv venv
Activate the venv:
venv\Scripts\activate
Create and install requirements
pip install -r requirements.txt
Package
Install poetry
pip install poetry
Create a new package
poetry new hello-world-package
Add dependencies
poetry add
Build the package
poetry build
OIDC (OpenID Connect):
- We told PyPI: "I trust any request that comes from my specific GitHub repository if it has the id-token: write permission".
- No passwords needed. It’s the highest level of security available today.
- To configurate it in PyPI visit:
Automation (GitHub Actions):
- The .github/workflows/publish.yml file is your Robot Assistant
- on: push: The robot sleeps until it sees you push code to main.
- runs-on: ubuntu-latest: GitHub rents a clean computer in the cloud for you.
- The Steps: The robot downloads your code, installs Python 3.13, builds the IKEA boxes (poetry build), and sends them to PyPI using the official "shipping agent" (pypa/gh-action-pypi-publish).
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 hello_world_package_ue-1.0.0.tar.gz.
File metadata
- Download URL: hello_world_package_ue-1.0.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0af32fa5166fa08446185137bcd969e4a8e8befa71a3c91760182b0f53bd214b
|
|
| MD5 |
17c7fd6e37958a39440095fda64df065
|
|
| BLAKE2b-256 |
c672cc64a3b617d4a29f65569039e2f77a61d57c83eec6132b79b36f8fa22375
|
Provenance
The following attestation bundles were made for hello_world_package_ue-1.0.0.tar.gz:
Publisher:
publish.yml on semapu/universidad_europea_deploy_applicatons
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
hello_world_package_ue-1.0.0.tar.gz -
Subject digest:
0af32fa5166fa08446185137bcd969e4a8e8befa71a3c91760182b0f53bd214b - Sigstore transparency entry: 1552974096
- Sigstore integration time:
-
Permalink:
semapu/universidad_europea_deploy_applicatons@bc92fe21becc336afb57f3ddbc03e0d550f817d1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/semapu
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc92fe21becc336afb57f3ddbc03e0d550f817d1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file hello_world_package_ue-1.0.0-py3-none-any.whl.
File metadata
- Download URL: hello_world_package_ue-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a28ab9d29c1df43db5c5e594ae3754a895a120f1be495959407363eb2dccf0b5
|
|
| MD5 |
ed0c16e5c83f5ee16080bd220d9b369e
|
|
| BLAKE2b-256 |
2d89d806c8731731b9f147f9e50b35d2e9d73d0f771c658a58ece497fe08d4be
|
Provenance
The following attestation bundles were made for hello_world_package_ue-1.0.0-py3-none-any.whl:
Publisher:
publish.yml on semapu/universidad_europea_deploy_applicatons
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
hello_world_package_ue-1.0.0-py3-none-any.whl -
Subject digest:
a28ab9d29c1df43db5c5e594ae3754a895a120f1be495959407363eb2dccf0b5 - Sigstore transparency entry: 1552974126
- Sigstore integration time:
-
Permalink:
semapu/universidad_europea_deploy_applicatons@bc92fe21becc336afb57f3ddbc03e0d550f817d1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/semapu
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc92fe21becc336afb57f3ddbc03e0d550f817d1 -
Trigger Event:
push
-
Statement type: