Skip to content

Commit c2d69a2

Browse files
authored
Merge pull request #8 from edmondchuc/update-ci
Update version. Update release.yml
2 parents 845f3cc + 554b87f commit c2d69a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Python
4242
uses: actions/setup-python@v2
4343
with:
44-
python-version: 3.x
44+
python-version: 3.9
4545

4646
- name: Install Python Poetry
4747
uses: snok/install-poetry@v1
@@ -50,4 +50,4 @@ jobs:
5050
run: |
5151
poetry version ${{ steps.version.outputs.value }}
5252
poetry build
53-
poetry publish --username __token__ --password ${{ secrets.PYPI_TOKEN }}
53+
poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}

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 = "flask-htmx"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A Flask extension to work with HTMX."
55
authors = ["Edmond Chuc <edmond.chuc@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)