Skip to content

Commit

Permalink
ci: increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenmannmartin committed Sep 8, 2024
1 parent 21ed6f7 commit 4d29ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Thomas Irgang <[email protected]>",
"Alexander Hultnér <[email protected]>"]
Expand Down

0 comments on commit 4d29ced

Please sign in to comment.