Skip to content

Commit 0a74a18

Browse files
committed
Renamed the job test_pypi_publish according to the review by @ahms5
1 parent 53be96c commit 0a74a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.circleci/config.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
name: Run tests
115115
command: pytest tests -W error::DeprecationWarning
116116

117-
test_pypi_publish:
117+
test_package_build:
118118
parameters:
119119
version:
120120
description: "version tag"
@@ -204,7 +204,7 @@ workflows:
204204
requires:
205205
- build_and_test
206206

207-
- test_pypi_publish:
207+
- test_package_build:
208208
matrix:
209209
parameters:
210210
version:

0 commit comments

Comments
 (0)