File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
poetry config virtualenvs.create false
37
37
poetry build
38
38
# basemath is already present as a package (as in math with bases), so use a slightly different name
39
- poetry publish --name basemath-analysis -u "__token__" --password "$PYPI_TOKEN"
39
+ poetry publish basemath-analysis -u "__token__" --password "$PYPI_TOKEN"
40
40
env :
41
41
PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
- name = " basemath"
2
+ name = " basemath-analysis "
3
3
version = " 0.1.0"
4
4
description = " A library for BaseMath's test, a novel Group Sequential Testing approach that enables the user to stop early."
5
5
authors = [" Data Products GYG <engineering.data-products@getyourguide.com>" ]
You can’t perform that action at this time.
0 commit comments