Skip to content

Commit 7bd7539

Browse files
committed
CI: renamed the jobs
1 parent 168b323 commit 7bd7539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-pypi-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to PyPI - Test Wheels
33
on: [push, pull_request]
44

55
jobs:
6-
upload:
6+
build_and_test_wheels:
77
runs-on: ubuntu-latest
88
environment: release
99
strategy:

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
jobs:
10-
upload:
10+
build_and_upload_to_pypi:
1111
runs-on: ubuntu-latest
1212
environment: release
1313
strategy:

0 commit comments

Comments
 (0)