This commit is contained in:
squidfunk
2025-12-18 10:53:12 +01:00
parent 034eaf7b0b
commit 394149152d

View File

@@ -29,7 +29,7 @@ on:
- published
env:
NODE_VERSION: 18.x
NODE_VERSION: 24.x
PYTHON_VERSION: 3.x
permissions:
@@ -96,7 +96,6 @@ jobs:
permissions:
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
@@ -116,6 +115,7 @@ jobs:
run: python -m build
- name: Publish Python package
if: github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@release/v1
docker: