ape-linux 0.4.4__tar.gz → 0.4.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ name: Publish
3
3
  on:
4
4
  push:
5
5
  tags:
6
- - '*'
6
+ - "*"
7
7
 
8
8
  jobs:
9
9
  release:
@@ -14,7 +14,7 @@ jobs:
14
14
  environment: release
15
15
  steps:
16
16
  - name: Checkout repo
17
- uses: actions/checkout@v4
17
+ uses: actions/checkout@v7
18
18
  - name: Install uv
19
19
  run: curl -LsSf https://astral.sh/uv/install.sh | sh
20
20
  - name: Build
@@ -9,19 +9,19 @@ jobs:
9
9
  strategy:
10
10
  matrix:
11
11
  os: [ubuntu-latest, macos-latest]
12
- python-version: ['3.10', '3.11', '3.12', '3.13']
12
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
13
13
  defaults:
14
14
  run:
15
15
  shell: bash
16
16
  steps:
17
17
  - name: Checkout repo
18
- uses: actions/checkout@v4
18
+ uses: actions/checkout@v7
19
19
  - name: Install uv
20
20
  run: curl -LsSf https://astral.sh/uv/install.sh | sh
21
21
  - name: Set up Python ${{ matrix.python-version }}
22
22
  run: uv python install ${{ matrix.python-version }}
23
23
  - name: Set up just
24
- uses: extractions/setup-just@v3
24
+ uses: extractions/setup-just@v4
25
25
  - name: Run type check
26
26
  run: just type-check
27
27
  - name: Run tests
@@ -32,12 +32,12 @@ jobs:
32
32
  runs-on: ubuntu-latest
33
33
  steps:
34
34
  - name: Checkout repo
35
- uses: actions/checkout@v4
35
+ uses: actions/checkout@v7
36
36
  - name: Install uv
37
37
  run: curl -LsSf https://astral.sh/uv/install.sh | sh
38
38
  - name: Set up Python 3.13
39
39
  run: uv python install 3.13
40
40
  - name: Set up just
41
- uses: extractions/setup-just@v3
41
+ uses: extractions/setup-just@v4
42
42
  - name: Ruff
43
43
  run: just lint
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ape-linux
3
- Version: 0.4.4
3
+ Version: 0.4.5
4
4
  Summary: AI for Linux commands
5
5
  Project-URL: Homepage, https://github.com/sbalian/ape
6
6
  Project-URL: Repository, https://github.com/sbalian/ape
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ape-linux"
3
- version = "0.4.4"
3
+ version = "0.4.5"
4
4
  description = "AI for Linux commands"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT License"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes