Skip to content

Commit

Permalink
Update artefact version SCMSUITE-9732 SO--
Browse files Browse the repository at this point in the history
  • Loading branch information
dormrod committed Oct 8, 2024
1 parent 87743ee commit 615c83b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: python setup.py sdist bdist_wheel

- name: Upload package artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: package
path: dist/*
path: dist

test-package:
needs: build-package
Expand All @@ -52,14 +52,15 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Download package artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: package

- name: Install package and dependencies
run: |
python -m pip install --upgrade pip
pip install dist/*.whl
pip install plams-*.whl
pip install ".[chem_tools,results]"
pip install pytest
- name: Run Unit Tests
Expand All @@ -80,7 +81,7 @@ jobs:
python-version: '3.x'

- name: Download package artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: package

Expand Down

0 comments on commit 615c83b

Please sign in to comment.