Skip to content

Commit 4490f30

Browse files
github-actions[bot]chrbrunk
authored andcommitted
release: create release-0.0.1a3 branch
1 parent 58340f3 commit 4490f30

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
pip install -U pip setuptools
2424
pip install poetry==${POETRY_VERSION}
2525
26-
# - name: build and publish
27-
# run: |
28-
# export POETRY_PYPI_TOKEN_PYPI=${{secrets.POETRY_PYPI_TOKEN}}
29-
# poetry build
30-
# poetry publish
26+
- name: build and publish
27+
run: |
28+
export POETRY_PYPI_TOKEN_PYPI=${{secrets.POETRY_PYPI_TOKEN}}
29+
poetry build
30+
poetry publish

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
The *mlip* library is currently available as a pre-release version only.
88
The release of the first stable version will follow later this month.
99

10-
**The pre-release version of this library is not pushed to PyPI yet, but is expected to be soon.**
11-
1210
## 👀 Overview
1311

1412
*mlip* is a Python library for training and deploying

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.1a2"
3+
version = "0.0.1a3"
44
description = ""
55
license = "LICENSE"
66
authors = [

0 commit comments

Comments
 (0)