Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Nov 10, 2024
2 parents 85964dc + 9ccc839 commit e32af7f
Show file tree
Hide file tree
Showing 36 changed files with 1,215 additions and 1,773 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: ${{ env.DIST_PYTHON_VERSION }}

- name: Install UV
run: curl -LsSf https://github.com/astral-sh/uv/releases/latest/download/uv-installer.sh | sh
uses: astral-sh/setup-uv@v3

- name: Install Hatch
if: inputs.version
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-hatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install UV
run: curl -LsSf https://github.com/astral-sh/uv/releases/latest/download/uv-installer.sh | sh
uses: astral-sh/setup-uv@v3

- name: Install tools
run: uv pip install --system build hatch
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
path: dist

- name: Push Python artifacts to PyPI
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.11.0
with:
skip-existing: true

Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install UV
run: curl -LsSf https://github.com/astral-sh/uv/releases/latest/download/uv-installer.sh | sh
uses: astral-sh/setup-uv@v3

- name: Install Hatch
run: |-
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install UV
run: curl -LsSf https://github.com/astral-sh/uv/releases/latest/download/uv-installer.sh | sh
uses: astral-sh/setup-uv@v3

- name: Install PyOxidizer ${{ env.PYOXIDIZER_VERSION }}
run: uv pip install --system pyoxidizer==${{ env.PYOXIDIZER_VERSION }}
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install UV
run: curl -LsSf https://github.com/astral-sh/uv/releases/latest/download/uv-installer.sh | sh
uses: astral-sh/setup-uv@v3

- name: Install PyOxidizer ${{ env.PYOXIDIZER_VERSION }}
run: uv pip install --system pyoxidizer==${{ env.PYOXIDIZER_VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-hatchling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install UV
run: curl -LsSf https://github.com/astral-sh/uv/releases/latest/download/uv-installer.sh | sh
uses: astral-sh/setup-uv@v3

- name: Install build dependencies
run: uv pip install --system --upgrade build
Expand Down Expand Up @@ -52,6 +52,6 @@ jobs:
path: dist

- name: Push build artifacts to PyPI
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.11.0
with:
skip-existing: true
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: ${{ env.STABLE_PYTHON_VERSION }}

- name: Install UV
run: curl -LsSf https://github.com/astral-sh/uv/releases/latest/download/uv-installer.sh | sh
uses: astral-sh/setup-uv@v3

- name: Install hyperfine
uses: taiki-e/install-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: python scripts/validate_history.py

- name: Install UV
run: curl -LsSf https://github.com/astral-sh/uv/releases/latest/download/uv-installer.sh | sh
uses: astral-sh/setup-uv@v3

- name: Install ourself
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: python scripts/validate_history.py

- name: Install UV
run: curl -LsSf https://github.com/astral-sh/uv/releases/latest/download/uv-installer.sh | sh
uses: astral-sh/setup-uv@v3

- name: Install ourself
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Install UV
run: curl -LsSf https://github.com/astral-sh/uv/releases/latest/download/uv-installer.sh | sh
- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Install ourself
run: |
Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"packaging>=23.2",
"packaging>=24.2",
"pathspec>=0.10.1",
"pluggy>=1.0.0",
"tomli>=1.2.2; python_version < '3.11'",
Expand Down
71 changes: 0 additions & 71 deletions backend/scripts/update_licenses.py

This file was deleted.

Loading

0 comments on commit e32af7f

Please sign in to comment.