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 ea3ed33 commit d176d5bCopy full SHA for d176d5b
.github/workflows/ci.yml
@@ -93,12 +93,11 @@ jobs:
93
name: dist-wheels-${{ matrix.os }}-py3${{ matrix.python.minor }} # Unique artifact name
94
path: dist/*
95
96
- - name: Collect artifact name
97
- run: |
98
- # prepend the old value, then our new entry
+ - name: Collect artifact name
+ run: |
99
echo "ARTIFACT_NAMES=${ARTIFACT_NAMES} dist-wheels-${{ matrix.os }}-py3${{ matrix.python.minor }} " >> $GITHUB_ENV
100
101
- - id: collect_artifacts
+ - id: collect_artifacts
102
run: echo "::set-output name=artifact_names::${{ env.ARTIFACT_NAMES }}"
103
104
upload:
0 commit comments