File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Release to PyPI
2+ on :
3+ push :
4+ tags : ['v*']
5+ permissions :
6+ contents : read
7+ id-token : write
8+ jobs :
9+ publish :
10+ runs-on : ubuntu-latest
11+ environment : testpypi
12+ steps :
13+ - uses : actions/checkout@v4
14+
15+ - uses : astral-sh/setup-uv@v5
16+ - run : uv build
17+
18+ - name : Publish to PyPI
19+ uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ classifiers = [
1212 " Development Status :: 2 - Pre-Alpha" ,
1313 " Intended Audience :: Developers" ,
1414 " Intended Audience :: Science/Research" ,
15- " License :: OSI Approved :: MIT License" ,
1615 " Programming Language :: Python :: 3" ,
1716 " Programming Language :: Python :: 3.9" ,
1817 " Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments