diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 5258c89..fadd3ad 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -2,7 +2,7 @@ name: Upload PyDID To PyPI on: release: - types: [ created ] + types: [created] jobs: deploy: @@ -12,10 +12,10 @@ jobs: - uses: actions/checkout@v4 - name: Install poetry run: pipx install poetry - - name: Set up Python 3.10 - uses: actions/setup-python@v5 + - name: Set up Python 3.14 + uses: actions/setup-python@v6 with: - python-version: 3.10 + python-version: 3.14 cache: poetry - name: Install dependencies run: poetry install