Skip to content

Commit

Permalink
Falling back to hatchling 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Nov 10, 2024
1 parent 92f2783 commit 5806941
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Hatch
run: |
pipx install hatch
pipx inject hatch hatchling==1.25.0
pipx inject --force hatch hatchling==1.25.0
- name: Install dependencies
run: |
wget https://github.com/jgm/pandoc/releases/download/${{ matrix.pandoc-version }}/pandoc-${{ matrix.pandoc-version }}-1-amd64.deb
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Install Hatch
run: |
pipx install hatch
pipx inject hatch hatchling==1.25.0
pipx inject --force hatch hatchling==1.25.0
- name: Install dependencies
run: |
wget https://github.com/jgm/pandoc/releases/download/${{ matrix.pandoc-version }}/pandoc-${{ matrix.pandoc-version }}-1-amd64.deb
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Install Hatch
run: |
pipx install hatch
pipx inject hatch hatchling==1.25.0
pipx inject --force hatch hatchling==1.25.0
- name: Install dependencies
run: |
wget https://github.com/jgm/pandoc/releases/download/${{ matrix.pandoc-version }}/pandoc-${{ matrix.pandoc-version }}-1-amd64.deb
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Install Hatch
run: |
pipx install hatch
pipx inject hatch hatchling==1.25.0
pipx inject --force hatch hatchling==1.25.0
- name: Install dependencies
run: |
wget https://github.com/jgm/pandoc/releases/download/${{ matrix.pandoc-version }}/pandoc-${{ matrix.pandoc-version }}-1-amd64.deb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Hatch
run: |
pipx install hatch
pipx inject hatch hatchling==1.25.0
pipx inject --force hatch hatchling==1.25.0
- name: Build and publish
env:
HATCH_INDEX_USER: ${{ secrets.PYPI_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "A pandoc filter for adding icons on specific elements"
readme = "README.md"
requires-python = ">=3.10,<3.14"
license = "BSD-3-Clause"
license-files = {path = ["LICENSE"]}
license-files = {paths = ["LICENSE"]}
authors = [{name = "Christophe Demko", email = "[email protected]"}]
maintainers = [{name = "Christophe Demko", email = "[email protected]"}]
keywords = ["pandoc", "filters", "latex", "tip", "Font-Awesome", "icon"]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5806941

Please sign in to comment.