Skip to content

Commit a81a55b

Browse files
committed
fixing typo
1 parent 19049b2 commit a81a55b

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,6 @@ jobs:
102102
pattern: cibw-*
103103
path: dist/
104104
merge-multiple: true
105-
- name: Test presence of artifacts
106-
# This step is not necessary, but it can be useful for debugging
107-
# and to check where the artifacts are downloaded
108-
# and if they are downloaded correctly
109-
# It will list all files in the current directory and its subdirectories
110-
run : |
111-
# Test if the artifacts are downloaded correctly and where they are
112-
ls -R
113105

114106
- name: Generate artifact attestations
115107
uses: actions/attest-build-provenance@v2
@@ -119,5 +111,5 @@ jobs:
119111
- name: Publish Distribution to PyPI
120112
uses: pypa/gh-action-pypi-publish@release/v1
121113
with:
122-
package-dir: ~/dist/
114+
packages-dir: ./dist/
123115
# To test: repository-url: https://test.pypi.org/legacy/

.github/workflows/sphinx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77
- docs
8+
paths:
9+
- "docs/**"
10+
- "src/radius_clustering/**"
811

912
jobs:
1013
build:

0 commit comments

Comments
 (0)