We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034eaf7 commit 3941491Copy full SHA for 3941491
1 file changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ on:
29
- published
30
31
env:
32
- NODE_VERSION: 18.x
+ NODE_VERSION: 24.x
33
PYTHON_VERSION: 3.x
34
35
permissions:
@@ -96,7 +96,6 @@ jobs:
96
97
id-token: write
98
steps:
99
-
100
- name: Checkout repository
101
uses: actions/checkout@v5
102
@@ -116,6 +115,7 @@ jobs:
116
115
run: python -m build
117
118
- name: Publish Python package
+ if: github.event_name == 'release'
119
uses: pypa/gh-action-pypi-publish@release/v1
120
121
docker:
0 commit comments