diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d49ce77..5c57a22 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.9, '3.10', '3.11', '3.12'] - uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main + uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@v1 with: os: ${{ matrix.os }} python-version: ${{ matrix.python-version }}