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 5b545a8 commit 0b54325Copy full SHA for 0b54325
.github/workflows/python.yml
@@ -53,7 +53,7 @@ jobs:
53
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu'
54
uses: actions/upload-artifact@v4
55
with:
56
- name: wheels-${{ matrix.runs-on }}
+ name: wheels-${{ matrix.os }}
57
path: dist
58
overwrite: true
59
@@ -65,7 +65,6 @@ jobs:
65
steps:
66
- uses: actions/download-artifact@v4
67
68
- name: wheels
69
path: wheels
70
pattern: wheels-*
71
merge-multiple: true
@@ -79,13 +78,3 @@ jobs:
79
78
run: |
80
pip install --upgrade typing-extensions twine
81
twine upload --skip-existing wheels/*
82
-
83
- merge:
84
- runs-on: ubuntu-latest
85
- needs: tests
86
- steps:
87
- - name: Merge Artifacts
88
- uses: actions/upload-artifact/merge@v4
89
- with:
90
- name: all-my-files
91
- pattern: wheels-*
0 commit comments