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 3a6ca8d commit 93ac683Copy full SHA for 93ac683
.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@3be882c473b35162143effc2be2455999c59fc06
+ uses: pypa/gh-action-pypi-publish@413a8d5d62d32e541601a504492b8d5c5501a001
44
with:
45
user: __token__
46
password: ${{ secrets.ADOBE_BOT_PYPI_TOKEN }}
0 commit comments