Skip to content

Commit 4d29ced

Browse files
ci: increase version number
1 parent 21ed6f7 commit 4d29ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Upload packages to Jazzband
3232
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
33-
uses: pypa/gh-action-pypi-publish@master
33+
uses: pypa/gh-action-pypi-publish@release/v1
3434
with:
3535
user: jazzband
3636
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "icalevents"
3-
version = "0.1.27"
3+
version = "0.1.28"
44
description = "Simple Python 3 library to download, parse and query iCal sources."
55
authors = ["Martin Eigenmann <github@eigenmannmartin.ch>", "Thomas Irgang <thomas@irgang.eu>",
66
"Alexander Hultnér <ahultner+github@gmail.com>"]

0 commit comments

Comments
 (0)