Skip to content

Commit 15c0e88

Browse files
committed
ci: fix typo
1 parent 96d2db2 commit 15c0e88

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish_to_pypi.yml

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

2222
- name: Install dependencies
2323
run: |
24-
uv pip install .[dev]
24+
uv pip install --system .[dev]
2525
- name: Publish hep_ml to PyPi
2626
env:
2727
TWINE_USERNAME: "__token__"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ docsrc/tmp*
5757

5858
# OS X garbage
5959
.DS_Store
60+
/hep_ml/_version.py
6061

6162
# version file
6263
/hep_ml/_version.py

0 commit comments

Comments
 (0)