test: Decrease input size in hypothesis test. #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish to TestPyPI | ||
on: | ||
push: | ||
branches: | ||
- 'release/*.*.*' | ||
concurrency: | ||
group: "${{ github.workflow }}-${{ github.ref }}" | ||
cancel-in-progress: true | ||
jobs: | ||
build-test-publish-to-testpypi: | ||
environment: release | ||
permissions: | ||
id-token: write | ||
uses: ./.github/workflows/publish-packages.yml | ||
Check failure on line 17 in .github/workflows/deploy-test-pypi.yml GitHub Actions / Publish to TestPyPIInvalid workflow file
|
||
with: | ||
upload_to_test: true |