We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653fff6 commit 54f6563Copy full SHA for 54f6563
.github/workflows/release.yaml
@@ -151,7 +151,7 @@ jobs:
151
152
- name: "Release to PyPI"
153
# yamllint disable-line rule:line-length
154
- uses: ./.github/actions/pypi-publish-action # Local copy of upstream 2025-02-25
+ uses: os-climate/osc-github-devops/.github/actions/pypi-publish-action@e40c93a51cc32cbddd4767a75e2209af971df9e0 # 2025-02-25
155
env:
156
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157
with:
0 commit comments