We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae5756 commit 71c8b7aCopy full SHA for 71c8b7a
.github/workflows/build-and-publish.yaml
@@ -21,7 +21,7 @@ on:
21
jobs:
22
build-and-pubish:
23
name: Build and publish Python packages to PyPi
24
- uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-pypi-versioned.yaml@kcc-UID2-2330-create-workflow-for-python
+ uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-pypi-versioned.yaml@v2
25
with:
26
release_type: ${{ inputs.release_type }}
27
publish_vulnerabilities: ${{ inputs.publish_vulnerabilities }}
.github/workflows/publish.yaml
0 commit comments