File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -102,14 +102,6 @@ jobs:
102
102
pattern : cibw-*
103
103
path : dist/
104
104
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
113
105
114
106
- name : Generate artifact attestations
115
107
uses : actions/attest-build-provenance@v2
@@ -119,5 +111,5 @@ jobs:
119
111
- name : Publish Distribution to PyPI
120
112
uses : pypa/gh-action-pypi-publish@release/v1
121
113
with :
122
- package -dir : ~ /dist/
114
+ packages -dir : . /dist/
123
115
# To test: repository-url: https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
- docs
8
+ paths :
9
+ - " docs/**"
10
+ - " src/radius_clustering/**"
8
11
9
12
jobs :
10
13
build :
You can’t perform that action at this time.
0 commit comments