Skip to content

Commit

Permalink
Merge pull request #31 from wpreimes/smos-package
Browse files Browse the repository at this point in the history
Smos package
  • Loading branch information
wpreimes authored Nov 10, 2024
2 parents 904ef68 + 4ac17cc commit 4e6f2de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ jobs:
- name: Create wheel and dist package
shell: bash -l {0}
run: |
pip install setuptools_scm
pip install setuptools_scm twine
python setup.py sdist --dist-dir artifacts/dist
python setup.py bdist_wheel --dist-dir artifacts/dist
ls artifacts/dist
twine check artifacts/dist/*
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4e6f2de

Please sign in to comment.