Skip to content

CI: (deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 in /.github/workflows #2190

CI: (deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 in /.github/workflows

CI: (deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 in /.github/workflows #2190

Workflow file for this run

name: PR Unstable Builds
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
jobs:
Builds:
if: |
((github.event.action == 'labeled' && github.event.label.name == 'nightly-ci') ||
contains(github.event.pull_request.labels.*.name, 'nightly-ci'))
uses: ./.github/workflows/unstable-builds.yml