Skip to content

Commit a04d3e3

Browse files
github-actions[bot]chrbrunk
authored andcommitted
release: create release-0.0.1a1 branch
1 parent 91382f5 commit a04d3e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Install dependencies
1818
run: |
19-
apt-get update && apt-get install -y coreutils
19+
apt-get update && apt-get install -y coreutils git
2020
POETRY_VERSION=1.8.4
2121
pip install -U pip setuptools
2222
pip install poetry==${POETRY_VERSION}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mlip"
3-
version = "0.0.1a0"
3+
version = "0.0.1a1"
44
description = ""
55
license = "LICENSE"
66
authors = [

0 commit comments

Comments
 (0)