Skip to content

Commit 468e8dc

Browse files
committed
STYLE: Move publish scripts to Utilities/scripts
1 parent 834cfdb commit 468e8dc

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ cmd = "pre-commit install -f -t pre-commit -t prepare-commit-msg -t commit-msg -
203203
cmd = "pre-commit run --all-files"
204204

205205
[tasks.publish-wheels]
206-
cmd = ["python", "scripts/publish_wheels.py"]
206+
cmd = ["python", "Utilities/scripts/publish_wheels.py"]
207207
description = "Upload built wheels to PyPI (or TestPyPI with --test)"
208208

209209
[tasks.publish-tarball-cache]
210-
cmd = ["python", "scripts/publish_tarball_cache.py"]
210+
cmd = ["python", "Utilities/scripts/publish_tarball_cache.py"]
211211
description = "Upload .tar.zst/.zip build caches to GitHub Releases"

0 commit comments

Comments
 (0)