Skip to content

Commit fa66c81

Browse files
committed
Update release action and remove classifier
Bump softprops/action-gh-release to v2.3.2 in the release workflow for improved stability and features. Remove the 'License-Expression :: MIT' classifier from pyproject.toml for compliance with standard classifier usage.
1 parent 231e160 commit fa66c81

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
python3 -m build --sdist
167167
python3 -m build --wheel
168168
- name: "Create GitHub Release"
169-
uses: softprops/action-gh-release@v2.0.8
169+
uses: softprops/action-gh-release@v2.3.2
170170
id: gh-release
171171
with:
172172
tag_name: "v${{ inputs.version }}"

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ license = "MIT"
1717
license-files = ["LICENSE"]
1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",
20-
"License-Expression :: MIT",
2120
"Intended Audience :: Developers",
2221
"Natural Language :: English",
2322
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)