mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2026-01-08 21:01:58 +00:00
Compare commits
3 Commits
2025.5.20.
...
2025.5.20.
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f5c1e36a5 | |||
| 1992a4cee0 | |||
| 40ed1aa4f9 |
10
.github/workflows/publish.yml
vendored
10
.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:
|
||||
@@ -16,4 +18,4 @@ jobs:
|
||||
- name: Build package
|
||||
run: uv build
|
||||
- name: Publish to PyPI
|
||||
run: uv publish --token ${{ secrets.PYPI_API_TOKEN }}
|
||||
run: uv publish
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
|
||||
"""Metadata for this python module."""
|
||||
|
||||
__version__ = "2025.5.20.2"
|
||||
__version__ = "2025.5.20.4"
|
||||
|
||||
Reference in New Issue
Block a user