Skip to content

Commit aa93e0c

Browse files
committed
github actions
1 parent 85add25 commit aa93e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.11, 3.12]
14+
python-version: [3.12]
1515

1616
steps:
1717
- uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
5353
- name: Download all the dists
5454
uses: actions/download-artifact@v4
5555
with:
56-
name: python-package-distributions-${{ matrix.python-version }}
56+
name: python-package-distributions-3.12
5757
path: dist/
5858
- name: Publish distribution 📦 to PyPI
5959
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)