We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d3aa8 commit 96fcdd2Copy full SHA for 96fcdd2
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@0d02f372c36f840ef9312c8ce9d8f06d74a8a521
44
with:
45
user: __token__
46
password: ${{ secrets.ADOBE_BOT_PYPI_TOKEN }}
0 commit comments