Skip to content

Commit 913ea26

Browse files
committed
Fix name definition, there is no --name option
1 parent be9f1f4 commit 913ea26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
poetry config virtualenvs.create false
3737
poetry build
3838
# 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"
4040
env:
4141
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "basemath"
2+
name = "basemath-analysis"
33
version = "0.1.0"
44
description = "A library for BaseMath's test, a novel Group Sequential Testing approach that enables the user to stop early."
55
authors = ["Data Products GYG <engineering.data-products@getyourguide.com>"]

0 commit comments

Comments
 (0)