We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 845f3cc + 554b87f commit c2d69a2Copy full SHA for c2d69a2
2 files changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Install Python
42
uses: actions/setup-python@v2
43
with:
44
- python-version: 3.x
+ python-version: 3.9
45
46
- name: Install Python Poetry
47
uses: snok/install-poetry@v1
@@ -50,4 +50,4 @@ jobs:
50
run: |
51
poetry version ${{ steps.version.outputs.value }}
52
poetry build
53
- poetry publish --username __token__ --password ${{ secrets.PYPI_TOKEN }}
+ poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "flask-htmx"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "A Flask extension to work with HTMX."
5
authors = ["Edmond Chuc <edmond.chuc@gmail.com>"]
6
license = "MIT"
0 commit comments