From 4d29cedf3011eb34cc7f0f69b966910c0e0c0c97 Mon Sep 17 00:00:00 2001 From: Martin Eigenmann Date: Sun, 8 Sep 2024 21:08:21 +0200 Subject: [PATCH] ci: increase version number --- .github/workflows/release.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4ce7af..3dd7df7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Upload packages to Jazzband if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: jazzband password: ${{ secrets.JAZZBAND_RELEASE_KEY }} diff --git a/pyproject.toml b/pyproject.toml index 9b91309..4585cc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "icalevents" -version = "0.1.27" +version = "0.1.28" description = "Simple Python 3 library to download, parse and query iCal sources." authors = ["Martin Eigenmann ", "Thomas Irgang ", "Alexander Hultnér "]