From 838f69661c9d27d06b3256a575897aff6b116f89 Mon Sep 17 00:00:00 2001 From: Hugo Karas Date: Wed, 27 May 2026 18:02:59 +0200 Subject: [PATCH 1/3] Updated actions (#21) * Update python-publish.yml * Update python-publish.yml --- .github/workflows/python-publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index a53502c..7a44b0a 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -11,6 +11,8 @@ name: Upload Python Package on: release: types: [published] + workflow_dispatch: + permissions: contents: read @@ -86,7 +88,7 @@ jobs: - name: Download all the dists uses: actions/download-artifact@v4 with: - name: python-package-distributions + name: release-dists path: dist/ - name: Publish distribution 📦 to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 From d9688d562c680c70b2b0537860955c54c3cb60a8 Mon Sep 17 00:00:00 2001 From: Hugo Karas Date: Wed, 27 May 2026 18:07:58 +0200 Subject: [PATCH 2/3] More action updates (#22) * Update python-publish.yml * Update python-publish.yml * Updated action --- .github/workflows/PyPI_upload.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PyPI_upload.yml b/.github/workflows/PyPI_upload.yml index 02053a4..0a2e364 100644 --- a/.github/workflows/PyPI_upload.yml +++ b/.github/workflows/PyPI_upload.yml @@ -33,7 +33,7 @@ jobs: name: python-package-distributions path: dist/ - publish-to-testpypi: + publish-to-pypi: name: Publish Python 🐍 distribution 📦 to PyPI needs: - build @@ -41,7 +41,7 @@ jobs: environment: name: pypi - url: https://pypi.org/p/PyEPR-ESR + url: https://pypi.org/project/pyEPR-ESR/ permissions: id-token: write # IMPORTANT: mandatory for trusted publishing From f1aa0e318c4ab1e5963db32c3183b642b3cfd668 Mon Sep 17 00:00:00 2001 From: Hugo Karas Date: Wed, 27 May 2026 18:11:55 +0200 Subject: [PATCH 3/3] Update repository URL for PyPI publish action (#23) --- .github/workflows/PyPI_upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PyPI_upload.yml b/.github/workflows/PyPI_upload.yml index 0a2e364..07a1230 100644 --- a/.github/workflows/PyPI_upload.yml +++ b/.github/workflows/PyPI_upload.yml @@ -56,4 +56,4 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: verbose: true - repository-url: https://pypi.org/legacy/ +