Skip to content

Commit d176d5b

Browse files
committed
updated ci
1 parent ea3ed33 commit d176d5b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,11 @@ jobs:
9393
name: dist-wheels-${{ matrix.os }}-py3${{ matrix.python.minor }} # Unique artifact name
9494
path: dist/*
9595

96-
- name: Collect artifact name
97-
run: |
98-
# prepend the old value, then our new entry
96+
- name: Collect artifact name
97+
run: |
9998
echo "ARTIFACT_NAMES=${ARTIFACT_NAMES} dist-wheels-${{ matrix.os }}-py3${{ matrix.python.minor }} " >> $GITHUB_ENV
10099
101-
- id: collect_artifacts
100+
- id: collect_artifacts
102101
run: echo "::set-output name=artifact_names::${{ env.ARTIFACT_NAMES }}"
103102

104103
upload:

0 commit comments

Comments
 (0)