Skip to content

Commit d786c08

Browse files
committed
Add another commit for testing
1 parent a433922 commit d786c08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Publish Pypi Packages
1+
name: Build and Publish PyPi Packages
22
run-name: ${{ format('Release {0}', inputs.release_type)}} Package by @${{ github.actor }}
33
on:
44
workflow_dispatch:
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
build-and-pubish:
19-
name: Build and publish Python packages to Pypi
19+
name: Build and publish Python packages to PyPi
2020
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-pypi-versioned.yaml@kcc-UID2-2330-create-workflow-for-python
2121
with:
2222
release_type: ${{ inputs.release_type }}

0 commit comments

Comments
 (0)