Merge pull request from 8451LLC/feature/enable-gh-actions

update: workflow_dispatch only on missed workflow
This commit is contained in:
Matt Wiley 2025-03-31 12:03:45 -04:00 committed by GitHub
commit fa6906cf17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,10 @@
name: Release to PyPI name: Release to PyPI
on: on: workflow_dispatch
push: # push:
branches: # branches:
- main # or whatever branch you want to use # - main # or whatever branch you want to use
- pypi-release # - pypi-release
jobs: jobs:
release: release: