Sfoglia il codice sorgente

Pin pypa/gh-action-pypi-publish@release/v1

Valentin Niess 8 mesi fa
parent
commit
04071b3df9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/pypi.yml

+ 1 - 1
.github/workflows/pypi.yml

@@ -50,6 +50,6 @@ jobs:
 
     - name: Upload to PyPI
       if: (github.ref == 'refs/heads/master') && inputs.upload
-      uses: pypa/gh-action-pypi-publish@master
+      uses: pypa/gh-action-pypi-publish@release/v1
       with:
         password: ${{ secrets.PYPI_TOKEN }}