We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8246f18 commit a3bf2b0Copy full SHA for a3bf2b0
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Test package
41
run: pip install --no-cache-dir dist/ops*.tar.gz && ops --verbose -h
42
- name: Publish package
43
- uses: pypa/gh-action-pypi-publish@c12cc61414480c03e10ea76e2a0a1a17d6c764e2
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
44
with:
45
user: __token__
46
password: ${{ secrets.ADOBE_BOT_PYPI_TOKEN }}
0 commit comments