diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8304d9d38..a158d4a7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,32 +1,32 @@ -name: Release new version +# name: Release new version -on: - push: - # Sequence of patterns matched against refs/tags - tags: - - "v*.*.*" # Push events to matching v*, i.e. v1.0, v20.15.10 - - "!v*-snapshot" - - "!vega*" +# on: +# push: +# # Sequence of patterns matched against refs/tags +# tags: +# - "v*.*.*" # Push events to matching v*, i.e. v1.0, v20.15.10 +# - "!v*-snapshot" +# - "!vega*" -jobs: - release: - name: Release - runs-on: ubuntu-latest - strategy: - matrix: - python-version: ["3.10"] - steps: - - name: Check out code - uses: actions/checkout@v3 +# jobs: +# release: +# name: Release +# runs-on: ubuntu-latest +# strategy: +# matrix: +# python-version: ["3.10"] +# steps: +# - name: Check out code +# uses: actions/checkout@v3 - - name: Set up Python ${{ matrix.python-version }} - id: setup-python - uses: actions/setup-python@v3 - with: - python-version: ${{ matrix.python-version }} +# - name: Set up Python ${{ matrix.python-version }} +# id: setup-python +# uses: actions/setup-python@v3 +# with: +# python-version: ${{ matrix.python-version }} - - name: Deploy Package - uses: JRubics/poetry-publish@v1.15 - with: - python_version: ${{ matrix.python-version }} - pypi_token: ${{ secrets.PYPI_TOKEN }} +# - name: Deploy Package +# uses: JRubics/poetry-publish@v1.15 +# with: +# python_version: ${{ matrix.python-version }} +# pypi_token: ${{ secrets.PYPI_TOKEN }} diff --git a/.github/workflows/release_test.yml b/.github/workflows/release_test.yml index 0491da80e..e04bd3a77 100644 --- a/.github/workflows/release_test.yml +++ b/.github/workflows/release_test.yml @@ -1,33 +1,33 @@ -name: Release new version to test +# name: Release new version to test -on: - push: - # Sequence of patterns matched against refs/tags - tags: - - "v*-snapshot" # Push events to matching v*, i.e. v1.0, v20.15.10 - - "!vega*" +# on: +# push: +# # Sequence of patterns matched against refs/tags +# tags: +# - "v*-snapshot" # Push events to matching v*, i.e. v1.0, v20.15.10 +# - "!vega*" -jobs: - release: - name: Release - runs-on: ubuntu-latest - strategy: - matrix: - python-version: ["3.10"] - steps: - - name: Check out code - uses: actions/checkout@v3 +# jobs: +# release: +# name: Release +# runs-on: ubuntu-latest +# strategy: +# matrix: +# python-version: ["3.10"] +# steps: +# - name: Check out code +# uses: actions/checkout@v3 - - name: Set up Python ${{ matrix.python-version }} - id: setup-python - uses: actions/setup-python@v3 - with: - python-version: ${{ matrix.python-version }} +# - name: Set up Python ${{ matrix.python-version }} +# id: setup-python +# uses: actions/setup-python@v3 +# with: +# python-version: ${{ matrix.python-version }} - - name: Deploy Package - uses: JRubics/poetry-publish@v1.15 - with: - python_version: ${{ matrix.python-version }} - pypi_token: ${{ secrets.PYPI_TEST_TOKEN }} - repository_name: "testpypi" - repository_url: "https://test.pypi.org/legacy/" +# - name: Deploy Package +# uses: JRubics/poetry-publish@v1.15 +# with: +# python_version: ${{ matrix.python-version }} +# pypi_token: ${{ secrets.PYPI_TEST_TOKEN }} +# repository_name: "testpypi" +# repository_url: "https://test.pypi.org/legacy/"