Skip to content

Commit

Permalink
fix: correct directories
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Oct 3, 2023
1 parent 34ff737 commit 1274cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/check-lfs.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ jobs:
- name: "Build sdist"
uses: PyO3/maturin-action@v1
with:
working-directory: py-rattler
command: sdist
args: --out dist
- name: "Test sdist"
run: |
rustup default $(cat rust-toolchain)
pip install dist/${{ env.PACKAGE_NAME }}-*.tar.gz --force-reinstall
pip install py-rattler/dist/${{ env.PACKAGE_NAME }}-*.tar.gz --force-reinstall
- name: "Upload sdist"
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -85,7 +86,7 @@ jobs:
if: ${{ !startsWith(matrix.platform.target, 'aarch64') }}
shell: bash
run: |
python -m pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
python -m pip install py-rattler/dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
- name: "Upload wheels"
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1274cbb

Please sign in to comment.