diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c75f539..050b289 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -127,7 +127,7 @@ jobs: # if: ${{ always() }} - name: Publish coverage results to Codecov - uses: codecov/codecov-action@v3.1.3 + uses: codecov/codecov-action@v3.1.4 with: file: coverage-${{ matrix.python-version }}.xml fail_ci_if_error: true diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 2602559..3aca691 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -47,6 +47,6 @@ jobs: # Using full SHA for security # https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 + uses: pypa/gh-action-pypi-publish@f9ed8ba9ad06d20b1ebb6002ffb93050ed9a1951 with: password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file