Skip to content

Commit 8496b4d

Browse files
author
André Böni
committed
+ update CI
1 parent f33637d commit 8496b4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
environment:
103103
name: testpypi
104-
url: https://test.pypi.org/p/<package-name>
104+
url: https://test.pypi.org/p/gaitalytics
105105

106106
permissions:
107107
id-token: write # IMPORTANT: mandatory for trusted publishing

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ python = ">=3.12.0,<3.13.0"
8181

8282
[tool.pixi.feature.docs.tasks]
8383
docs = "sphinx-build -b html ./docs ./docs/_build --keep-going"
84-
readthedocs = { cmd = "rm -rf $READTHEDOCS_OUTPUT/html && cp -r docs/_build/html $READTHEDOCS_OUTPUT/html", depends_on = ["docs"] }
84+
readthedocs = { cmd = "rm -rf $READTHEDOCS_OUTPUThtml && cp -r docs/_build/html $READTHEDOCS_OUTPUThtml", depends_on = ["docs"] }
8585

8686
[tool.pixi.tasks]
8787
test-full = "pytest -vv --cov=gaitalytics --cov-report=term-missing --cov-config=.coveragerc --capture=sys"

0 commit comments

Comments
 (0)