Skip to content

Commit bd80353

Browse files
Revert changes ( I think)
1 parent 77b232a commit bd80353

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/code.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,12 @@ jobs:
123123
matrix:
124124
os: [ubuntu-latest, windows-latest, macos-13]
125125
python: [cp37, cp38, cp39, cp310, cp311, cp312]
126-
127126
runs-on: ${{ matrix.os }}
128-
129127
steps:
130128
- uses: actions/download-artifact@v4
131129
with:
132-
name: dist-${{ matrix.os }}-${{ matrix.python }}
133-
path: dist/softioc*
130+
name: dist
131+
path: dist
134132

135133
- name: Install sdist in a venv and check cli works
136134
run: pipx run --spec dist/*.tar.gz pythonSoftIOC --version
@@ -144,8 +142,8 @@ jobs:
144142
steps:
145143
- uses: actions/download-artifact@v4
146144
with:
147-
name: dist-${{ matrix.os }}-${{ matrix.python }}
148-
path: dist/softioc*
145+
name: dist
146+
path: dist
149147

150148
- name: Github Release
151149
# We pin to the SHA, not the tag, for security reasons.

0 commit comments

Comments
 (0)