We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168b323 commit 7bd7539Copy full SHA for 7bd7539
.github/workflows/publish-pypi-test.yml
@@ -3,7 +3,7 @@ name: Publish to PyPI - Test Wheels
3
on: [push, pull_request]
4
5
jobs:
6
- upload:
+ build_and_test_wheels:
7
runs-on: ubuntu-latest
8
environment: release
9
strategy:
.github/workflows/publish-pypi.yml
@@ -7,7 +7,7 @@ on:
- main
10
+ build_and_upload_to_pypi:
11
12
13
0 commit comments