Skip to content
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 @@ -23,7 +23,7 @@
- name: Build distributions
run: python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@c885e3684f3c07e1dbfaedb92012a0eb38630bf8
uses: pypa/gh-action-pypi-publish@a892a5a61159132606e93a2fa6f4358831b04d26

Check notice on line 26 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

use-trusted-publishing

release.yml:26: prefer trusted publishing for authentication: this step
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Loading