Skip to content

Commit

Permalink
Revert changes ( I think)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWells-diamond committed Sep 27, 2024
1 parent 77b232a commit bd80353
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,12 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
python: [cp37, cp38, cp39, cp310, cp311, cp312]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/download-artifact@v4
with:
name: dist-${{ matrix.os }}-${{ matrix.python }}
path: dist/softioc*
name: dist
path: dist

- name: Install sdist in a venv and check cli works
run: pipx run --spec dist/*.tar.gz pythonSoftIOC --version
Expand All @@ -144,8 +142,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: dist-${{ matrix.os }}-${{ matrix.python }}
path: dist/softioc*
name: dist
path: dist

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

0 comments on commit bd80353

Please sign in to comment.