Skip to content

Commit ba39dc1

Browse files
committed
do not run publish here, we just need tags
1 parent ecd48bd commit ba39dc1

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.circleci/config.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -253,20 +253,3 @@ workflows:
253253
# only act on version tags
254254
tags:
255255
only: /^v[0-9]+(\.[0-9]+)*$/
256-
257-
- run_pypi_publish:
258-
matrix:
259-
parameters:
260-
version:
261-
- "3.13"
262-
requires:
263-
- build_and_test
264-
- ruff
265-
- test_documentation_build
266-
- test_deprecation_warnings
267-
filters:
268-
branches:
269-
ignore: /.*/
270-
# only act on version tags
271-
tags:
272-
only: /^v[0-9]+(\.[0-9]+)*$/

0 commit comments

Comments
 (0)