Skip to content

Commit

Permalink
Add another commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Mar 11, 2024
1 parent a433922 commit d786c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish Pypi Packages
name: Build and Publish PyPi Packages
run-name: ${{ format('Release {0}', inputs.release_type)}} Package by @${{ github.actor }}
on:
workflow_dispatch:
Expand All @@ -16,7 +16,7 @@ on:

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

0 comments on commit d786c08

Please sign in to comment.