From fa1e288a8cea3d8bee44823f6ed887e40b1ecdf8 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 14 May 2025 15:10:46 +0300 Subject: Version 0.1.3 --- .github/workflows/build-test-publish.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index d0f5073..9c7bf41 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -35,4 +35,4 @@ jobs: if: github.ref == 'refs/heads/main' run: uv publish env: - UV_PYPI_TOKEN: ${{ secrets.UV_PYPI_TOKEN }} + UV_PUBLISH_TOKEN: ${{ secrets.UV_PYPI_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index 04769af..987d4c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "femtoqueue" -version = "0.1.2" +version = "0.1.3" description = "Ever wanted a zero-dependency, filesystem-backed, lock-free, durable, concurrent, retrying task queue implementation? No?" readme = "README.md" requires-python = ">=3.9" -- cgit v1.3