Skip to content

Commit 0982a49

Browse files
committed
update config
1 parent 4476d92 commit 0982a49

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/workflows/testindex.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)