Skip to content

Commit 367bfd0

Browse files
committed
use pypa/[email protected] for now
1 parent 7323562 commit 367bfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
311311
- name: Publish package on PyPI
312312
if: steps.tag-version.outputs.new_tag
313-
uses: pypa/gh-action-pypi-publish@release/v1.10
313+
uses: pypa/gh-action-pypi-publish@v1.8.14
314314
with:
315315
user: __token__
316316
password: "${{ secrets.PYPI_TOKEN }}"

0 commit comments

Comments
 (0)