Skip to content

Commit

Permalink
version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nason committed Jul 7, 2024
1 parent ad9d180 commit d5527d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,14 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
# uv is not yet supported by this cache, its fast enough to not cache
# cache: "pip"
# cache-dependency-path: "pyproject.toml"

- name: install uv
uses: yezz123/setup-uv@v4
with:
uv-venv: "arcee-ci"
cache: "pip"
cache-dependency-path: "pyproject.toml"

- name: install invoke
run: uv pip install invoke
run: pip install invoke

- name: install dependencies
run: uv pip install '.[dev]'
run: pip install '.[dev]'

- name: build
run: inv build
Expand Down
2 changes: 1 addition & 1 deletion arcee/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.3.1"
__version__ = "1.3.2"

import os

Expand Down

0 comments on commit d5527d7

Please sign in to comment.