Commit ad917ac
Fix GitHub Actions ref check and update packaging license metadata (#98)
Summary:
This PR refines CI logic and corrects packaging metadata.
- Adjust GitHub Actions workflow to consistently use `github.ref_type` for tag detection in nightly publish job.
- Update `pyproject.toml` to use canonical `license = "BSD-3-Clause"` and include `license-files` for proper distribution metadata.
These changes improve release correctness for both nightly and stable builds.
Pull Request resolved: #98
Reviewed By: sfzhu93
Differential Revision: D82171592
Pulled By: FindHao
fbshipit-source-id: d98d0fc11717ad455d78448b5029eda73973427f1 parent e6f0b85 commit ad917ac
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments