File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 23
23
pip install -U pip setuptools
24
24
pip install poetry==${POETRY_VERSION}
25
25
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
Original file line number Diff line number Diff line change 7
7
The * mlip* library is currently available as a pre-release version only.
8
8
The release of the first stable version will follow later this month.
9
9
10
- ** The pre-release version of this library is not pushed to PyPI yet, but is expected to be soon.**
11
-
12
10
## 👀 Overview
13
11
14
12
* mlip* is a Python library for training and deploying
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " mlip"
3
- version = " 0.0.1a2 "
3
+ version = " 0.0.1a3 "
4
4
description = " "
5
5
license = " LICENSE"
6
6
authors = [
You can’t perform that action at this time.
0 commit comments