1
0
mirror of synced 2026-01-04 09:06:46 -05:00

python: use release branch for PyPI publishing (#24612)

Signed-off-by: William Woodruff <william@trailofbits.com>
This commit is contained in:
William Woodruff
2023-09-12 23:16:19 -04:00
committed by GitHub
parent c195252ee6
commit 257282cf9a

View File

@@ -406,9 +406,8 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: {% raw %}${{ secrets.PYPI_API_TOKEN }}{% endraw %}
```