From 50e9702286ad1e83353bdea183f59ea589fdd860 Mon Sep 17 00:00:00 2001 From: Gordon Watts Date: Sun, 22 Oct 2023 17:47:19 -0700 Subject: [PATCH] Update the publication version --- .github/workflows/pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 1980c83..6a4ef12 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -23,7 +23,7 @@ jobs: run: | python -m build --sdist --wheel - name: Publish func_adl_xAOD to PyPI - uses: pypa/gh-action-pypi-publish@v1.3.1 + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.pypi_password_func_adl_xaod }}