diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0003c0b..573747c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - name: Upload to release if: github.event_name == 'release' - uses: AButler/upload-release-assets@v3.0 + uses: AButler/upload-release-assets@v4.0 with: files: "dist/*" repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -82,7 +82,7 @@ jobs: name: cachier_dist path: dist - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@v1.13.0 + uses: pypa/gh-action-pypi-publish@v1.14.0 with: user: __token__ password: ${{ secrets.pypi_password }}