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 697f2b5 commit 5e125c2Copy full SHA for 5e125c2
.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@3317ede93a4981d0fc490510c6fcf8bf0e92ed05
44
with:
45
user: __token__
46
password: ${{ secrets.ADOBE_BOT_PYPI_TOKEN }}
0 commit comments