Skip to content

Commit

Permalink
upload whl for checking
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed Feb 27, 2024
1 parent 7879594 commit a6b58ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ jobs:
echo '### ls - l ${{ env.PYCRYSFML_WHEEL }}'
ls -l ${{ env.PYCRYSFML_WHEEL }}
- name: upload wheel
uses: actions/upload-artifact@v2
with:
name: pycrysfml08.whl
path: ${{ env.PYCRYSFML_WHEEL }}\\*.whl

- name: Install PyCrysFML from local wheel (with dev extras)
run: |
echo '### python3 -m pip install "${{ env.DIST_PACKAGE_NAME }}[dev]" --find-links=${{ env.PYCRYSFML_WHEEL }}'
Expand Down

0 comments on commit a6b58ef

Please sign in to comment.