Skip to content

Commit

Permalink
v0.21.4; fix gh release (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton committed Jun 21, 2024
1 parent 443f163 commit 3896011
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
name: build linux wheel
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: checkout agent0
uses: actions/checkout@v4
with:
token: ${{github.token}}

Expand Down Expand Up @@ -69,6 +70,11 @@ jobs:
name: generate dependency file
runs-on: ubuntu-latest
steps:
- name: checkout agent0
uses: actions/checkout@v4
with:
token: ${{github.token}}

- name: set up python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "agent0"
version = "0.21.3"
version = "0.21.4"
# Authors are the current, primary stewards of the repo
# contributors can be found on github
authors = [
Expand Down

0 comments on commit 3896011

Please sign in to comment.