]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
fix publish action
authorMarc Foley <m.foley.88@gmail.com>
Wed, 30 Jul 2025 11:52:04 +0000 (12:52 +0100)
committerMarc Foley <m.foley.88@gmail.com>
Wed, 30 Jul 2025 11:52:04 +0000 (12:52 +0100)
.github/workflows/publish-release.yml

index 8489c07db6d864e83b944b47302a367f0cc3899c..6b0a16dfcd553dcd9291cea8a22fd1309189310c 100644 (file)
@@ -9,6 +9,8 @@ jobs:
   build:
     name: Build distribution
     runs-on: ubuntu-latest
+    permissions:
+      contents: write
     steps:
       - uses: actions/checkout@v2
         with:
@@ -74,7 +76,7 @@ jobs:
           name: python-package-distributions
           path: dist/
       - name: Publish distribution ðŸ“¦ to PyPI
-        uses: pypa/gh-action-pypi-publish@v1.8.11
+        uses: pypa/gh-action-pypi-publish@release/v1
         with:
           # repository-url: https://test.pypi.org/legacy/ # for testing purposes
           verify-metadata: false # twine previously didn't verify metadata when uploading
\ No newline at end of file