File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,14 @@ jobs:
79
79
upload-pypi :
80
80
if : github.event_name == 'release' && github.event.action == 'published'
81
81
needs : [build-wheels, build-sdist]
82
-
83
82
runs-on : ubuntu-20.04
84
83
85
84
steps :
86
85
- uses : actions/download-artifact@v4
87
86
with :
88
- pattern : artifact= *
87
+ pattern : artifact- *
89
88
path : dist
90
89
merge-multiple : true
91
-
92
90
- uses : pypa/gh-action-pypi-publish@release/v1
93
91
with :
94
92
user : __token__
Original file line number Diff line number Diff line change 4
4
hooks :
5
5
- id : check-added-large-files
6
6
- id : check-case-conflict
7
+ - id : check-json
7
8
- id : check-merge-conflict
8
9
- id : check-symlinks
9
- - id : check-json
10
10
- id : check-toml
11
11
- id : check-yaml
12
12
- id : debug-statements
23
23
- id : pretty-format-yaml
24
24
args : [--autofix]
25
25
- repo : https://github.com/tox-dev/pyproject-fmt
26
- rev : 2.2.4
26
+ rev : 2.3.1
27
27
hooks :
28
28
- id : pyproject-fmt
29
29
- repo : https://github.com/pre-commit/mirrors-clang-format
Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ requires = [
10
10
name = " encoders"
11
11
version = " 0.0.4"
12
12
description = " Faster than scikit encoders"
13
- readme = " readme.md"
13
+ readme = { file = " readme.md" , content-type = " text/markdown " }
14
14
license = { text = " ISC License" }
15
- authors = [ { name = " Dobatymo" } ]
15
+ authors = [
16
+ {
name =
" Dobatymo" ,
email =
" [email protected] " },
17
+ ]
16
18
requires-python = " >=3.8"
17
19
classifiers = [
18
20
" Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments