We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ed6f7 commit 4d29cedCopy full SHA for 4d29ced
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Upload packages to Jazzband
32
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
33
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
34
with:
35
user: jazzband
36
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "icalevents"
3
-version = "0.1.27"
+version = "0.1.28"
4
description = "Simple Python 3 library to download, parse and query iCal sources."
5
authors = ["Martin Eigenmann <github@eigenmannmartin.ch>", "Thomas Irgang <thomas@irgang.eu>",
6
"Alexander Hultnér <ahultner+github@gmail.com>"]
0 commit comments