Skip to content

Commit 0b54325

Browse files
committed
Updated Python release setup
1 parent 5b545a8 commit 0b54325

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu'
5454
uses: actions/upload-artifact@v4
5555
with:
56-
name: wheels-${{ matrix.runs-on }}
56+
name: wheels-${{ matrix.os }}
5757
path: dist
5858
overwrite: true
5959

@@ -65,7 +65,6 @@ jobs:
6565
steps:
6666
- uses: actions/download-artifact@v4
6767
with:
68-
name: wheels
6968
path: wheels
7069
pattern: wheels-*
7170
merge-multiple: true
@@ -79,13 +78,3 @@ jobs:
7978
run: |
8079
pip install --upgrade typing-extensions twine
8180
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

Comments
 (0)