File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,15 @@ jobs:
7878 - name : Publish package to TestPyPI
7979 uses : pypa/gh-action-pypi-publish@release/v1
8080 with :
81- packages_dir : dist/
82- repository_url : https://test.pypi.org/legacy/
81+ packages-dir : dist/
82+ repository-url : https://test.pypi.org/legacy/
8383 verbose : true
84- skip_existing : true
84+ skip-existing : true
85+ attestations : false
8586 - name : Publish package to PyPI
8687 if : github.event_name == 'release'
8788 uses : pypa/gh-action-pypi-publish@release/v1
8889 with :
89- packages_dir : dist/
90+ packages-dir : dist/
9091 verbose : true
91- skip_existing : true
92+ skip-existing : true
Original file line number Diff line number Diff line change 11[project ]
2+ name = " irspack"
23license = " MIT"
34dynamic = [" version" ]
4- name = " irspack"
55description = " Implicit feedback-based recommender systems, packed for practitioners."
6+ readme = " Readme.md"
67authors = [
78 { name = " Tomoki Ohtsuki" , email = " tomoki.ohtsuki.19937@outlook.jp" },
89]
You can’t perform that action at this time.
0 commit comments