ci: bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (#757)

This commit is contained in:
dependabot[bot]
2024-09-02 01:21:08 +00:00
committed by GitHub
parent 876741fe16
commit 65b996e3f4

View File

@@ -34,7 +34,7 @@ jobs:
poetry build --ansi
- name: Publish package on TestPyPI
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.0
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}