Skip to content

Commit a8bc912

Browse files
committed
Release v0.1.2
1 parent cb63ca4 commit a8bc912

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
- name: Build project
3939
run: uv build
4040

41-
# - name: Publish package
42-
# env:
43-
# UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
44-
# run: uv publish
41+
- name: Publish package
42+
env:
43+
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
44+
run: uv publish
4545

4646
- name: Minimize uv cache
4747
run: uv cache prune --ci

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: tests
22

33
on:
44
push:
5+
tags-ignore:
6+
- "v*.*.*"
57
pull_request:
68
workflow_call:
79
workflow_dispatch:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-cache-plus"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "FastAPI simple cache"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)