Skip to content

replace numpy.random.rand by numpy.random.default_rng #70

replace numpy.random.rand by numpy.random.default_rng

replace numpy.random.rand by numpy.random.default_rng #70

Workflow file for this run

# Bump a patch version with poetry when a pull requst is merged
name: bump patch version using poetry
on:
pull_request_target:
types:
- closed
branches:
- main
jobs:
bump-up-version:
if: github.event.pull_request.merged == true
secrets: inherit
uses: ./.github/workflows/version_upgrade.yml
with:
release_type: patch