Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Jan 25, 2025
1 parent cb63ca4 commit a8bc912
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
- name: Build project
run: uv build

# - name: Publish package
# env:
# UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
# run: uv publish
- name: Publish package
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: uv publish

- name: Minimize uv cache
run: uv cache prune --ci
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: tests

on:
push:
tags-ignore:
- "v*.*.*"
pull_request:
workflow_call:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fastapi-cache-plus"
version = "0.1.1"
version = "0.1.2"
description = "FastAPI simple cache"
readme = "README.md"
authors = [
Expand Down

0 comments on commit a8bc912

Please sign in to comment.