Skip to content

Commit 1c97a07

Browse files
committed
fix: Clean up
1 parent 839ce33 commit 1c97a07

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,14 +359,11 @@ jobs:
359359

360360
release:
361361
name: Release
362-
363362
if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true'
364-
365363
runs-on: ubuntu-latest
366364
environment: pypipublish
367365
needs: [linux, windows, macos_x86, macos_aarch64, sdist]
368366
permissions:
369-
# IMPORTANT: this permission is mandatory for Trusted Publishing
370367
id-token: write
371368
steps:
372369
- uses: actions/checkout@v4
@@ -377,7 +374,7 @@ jobs:
377374
merge-multiple: true
378375
- name: List contents of dist directory
379376
run: ls -la dist/
380-
- name: Publish to PyPi
377+
- name: Publish to PyPI
381378
uses: pypa/gh-action-pypi-publish@release/v1
382379
with:
383380
packages-dir: dist

0 commit comments

Comments
 (0)