Skip to content

Commit 2033a55

Browse files
tohtskyTomoki Ohtsuki
andauthored
Fix build (#113)
* fix pyproject & wheels.yml * branch --------- Co-authored-by: Tomoki Ohtsuki <tomoki_ohtsuki@libinc.co.jp>
1 parent 134defc commit 2033a55

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/wheels.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[project]
2+
name = "irspack"
23
license = "MIT"
34
dynamic = ["version"]
4-
name = "irspack"
55
description = "Implicit feedback-based recommender systems, packed for practitioners."
6+
readme = "Readme.md"
67
authors = [
78
{ name = "Tomoki Ohtsuki", email = "tomoki.ohtsuki.19937@outlook.jp" },
89
]

0 commit comments

Comments
 (0)