-
Notifications
You must be signed in to change notification settings - Fork 65
ci: autorelease python client #2951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
ci: autorelease python client #2951
Conversation
e1a0794 to
bb78f7c
Compare
cce6b7b to
3594f0c
Compare
| needs.determine-workflow-scope.outputs.run_deploy == 'true' && | ||
| (needs.determine-workflow-scope.outputs.deploy_testpypi == 'true' || | ||
| needs.determine-workflow-scope.outputs.deploy_pypi == 'true') | ||
| uses: ./.github/workflows/tidy3d-python-client-deploy.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow
| needs.determine-workflow-scope.outputs.run_deploy == 'true' && | ||
| (needs.determine-workflow-scope.outputs.deploy_testpypi == 'true' || | ||
| needs.determine-workflow-scope.outputs.deploy_pypi == 'true') | ||
| uses: ./.github/workflows/tidy3d-python-client-deploy.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow
| python -m twine upload \ | ||
| --repository-url https://test.pypi.org/legacy/ \ | ||
| --verbose \ | ||
| dist/* |
Check notice
Code scanning / zizmor
prefer trusted publishing for authentication
| python -m twine upload \ | ||
| --repository-url https://test.pypi.org/legacy/ \ | ||
| --verbose \ | ||
| dist/* |
Check notice
Code scanning / zizmor
prefer trusted publishing for authentication
ebf9578 to
695d955
Compare
695d955 to
d33f7a5
Compare
Works per https://github.com/flexcompute/tidy3d/actions/runs/19227233133
Also see https://github.com/flexcompute/compute/pull/2814