Skip to content

Commit 503e92d

Browse files
committed
AEA-5986 Remove pypi from if statement for package build.
1 parent aac5b79 commit 503e92d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
PYTHON_CONFIGURE_OPTS: --enable-shared
258258

259259
- name: Install Dependencies and Build Package
260-
if: ${{ inputs.publish_packages != '' || inputs.pypi_publish }}
260+
if: ${{ inputs.publish_packages != '' }}
261261
run: |
262262
make install
263263
make build

0 commit comments

Comments
 (0)