Skip to content

Commit 2ed6b96

Browse files
committed
update CI/CD
1 parent cd4663d commit 2ed6b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
# UV requires Python 3.8+ to run, but it can manage environments for older Python versions.
1111
# actions/setup-python handles installing the target Python for the job.
12-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.12"]
12+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:
@@ -46,7 +46,7 @@ jobs:
4646

4747
publish:
4848
name: Build and publish to PyPI
49-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
49+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
5050
runs-on: ubuntu-latest
5151
environment:
5252
name: pypi

0 commit comments

Comments
 (0)