diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c806264..8ac690b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -129,10 +129,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master with: - password: ${{ secrets.test_pypi_password }} repository_url: https://test.pypi.org/legacy/ - name: Publish distribution to PRODUCTION PyPI if: github.event_name == 'release' - uses: pypa/gh-action-pypi-publish@master - with: - password: ${{ secrets.pypi_password }} + uses: pypa/gh-action-pypi-publish@release/v1.8 diff --git a/.mergify.yml b/.mergify.yml index 3f9197d..d02c7a8 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -25,7 +25,7 @@ pull_request_rules: - status-success=Python (3.8, ubuntu-latest) - status-success=Python (3.11, ubuntu-latest) - status-success=Python (3.8, windows-latest) - - status-success=Python (3.11 windows-latest) + - status-success=Python (3.11, windows-latest) - "status-success=ci/circleci: build" actions: queue: