Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pypa/gh-action-pypi-publish digest to a712d98 #146

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Test package
run: pip install --no-cache-dir dist/ops*.tar.gz && ops --verbose -h
- name: Publish package
uses: pypa/gh-action-pypi-publish@413a8d5d62d32e541601a504492b8d5c5501a001
uses: pypa/gh-action-pypi-publish@a712d989cca7b5d2b239f655efb2512082d5bce8
with:
user: __token__
password: ${{ secrets.ADOBE_BOT_PYPI_TOKEN }}
Expand Down