Skip to content

Commit 968331e

Browse files
committed
Add Python 3.12 to pypi.yml
1 parent 86af88a commit 968331e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, macos-latest, windows-latest]
24-
python-version: [cp38, cp39, cp310, cp311]
24+
python-version: [cp38, cp39, cp310, cp311, cp312]
2525
arch: [x86_64, arm64]
2626
exclude:
2727
- os: ubuntu-latest
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
user: __token__
8888
# To test:
89-
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
90-
# repository-url: https://test.pypi.org/legacy/
89+
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
90+
repository-url: https://test.pypi.org/legacy/
9191
# To release:
92-
password: ${{ secrets.PYPI_API_TOKEN }}
92+
# password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)