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 3a84cc9 commit 28c5f8bCopy full SHA for 28c5f8b
.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@ab69e431e9c9f48a3310be0a56527c679f56e04d
+ uses: pypa/gh-action-pypi-publish@987f11e872eb5ca67aad6a4fe531bd3089142c60
44
with:
45
user: __token__
46
password: ${{ secrets.ADOBE_BOT_PYPI_TOKEN }}
0 commit comments