Skip to content

Bump pytest from 7.4.2 to 8.3.2 (#1413) #785

Bump pytest from 7.4.2 to 8.3.2 (#1413)

Bump pytest from 7.4.2 to 8.3.2 (#1413) #785

Workflow file for this run

name: Sentry
on:
push:
branches: [master]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}