mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2026-01-25 03:02:27 +00:00
Compare commits
5 Commits
2025.5.20.
...
2025.5.20.
| Author | SHA1 | Date | |
|---|---|---|---|
| 529fe17d24 | |||
| 0fd2466b49 | |||
| 8f5c1e36a5 | |||
| 1992a4cee0 | |||
| 40ed1aa4f9 |
17
.github/workflows/publish.yml
vendored
17
.github/workflows/publish.yml
vendored
@@ -1,9 +1,11 @@
|
||||
name: Publish to PyPI
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
workflow_run:
|
||||
workflows:
|
||||
- Auto Version Tag
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
@@ -11,8 +13,13 @@ jobs:
|
||||
environment: release
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install uv
|
||||
run: pip install uv
|
||||
- name: Set up uv
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
python-version: "${{ matrix.python-version }}"
|
||||
enable-cache: true
|
||||
cache-dependency-glob: |
|
||||
pyproject.toml
|
||||
- name: Build package
|
||||
run: uv build
|
||||
- name: Publish to PyPI
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
|
||||
"""Metadata for this python module."""
|
||||
|
||||
__version__ = "2025.5.20.2"
|
||||
__version__ = "2025.5.20.6"
|
||||
|
||||
Reference in New Issue
Block a user