Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Jun 25, 2024
1 parent c66e47e commit 0544773
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
environment: test
permissions:
id-token: write
continue-on-error: ${{ contains(matrix.python-version, 'pypy') }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -69,6 +72,11 @@ jobs:
with:
path: "./jupyter"
if: matrix.python-version == '3.12' && github.ref == 'refs/heads/master'
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
if: matrix.python-version == '3.12' && github.ref == 'refs/heads/master'
deploy:
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
environment:
Expand Down

0 comments on commit 0544773

Please sign in to comment.