Skip to content

Commit

Permalink
Merge pull request #47 from kchason/cleanup-dist-dir
Browse files Browse the repository at this point in the history
Cleanup Dist Directory
  • Loading branch information
dc3-tsd authored Oct 8, 2024
2 parents 98230e3 + 09faf9f commit 20e9f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ jobs:
./sqlite_dissect -h
zip -r sqlite-dissect-linux-x64-${{ env.PYTHON_VERSION }}-binary.zip sqlite_dissect
mv sqlite-dissect-linux-x64-${{ env.PYTHON_VERSION }}-binary.zip ../../../
cd ../../../
rm -rf ./dist/
# Upload the built executables
- name: Upload Linux Executable
Expand All @@ -157,13 +159,11 @@ jobs:

# Build the binary wheel as well as the source tar
- name: Build Objects
if: startsWith(github.ref, 'refs/tags')
run: python setup.py sdist bdist_wheel

# Ensure the objects were packaged correctly and there wasn't an issue with
# the compilation or packaging process.
- name: Check Objects
if: startsWith(github.ref, 'refs/tags')
run: twine check dist/*

# If this commit is the result of a Git tag, push the wheel and tar packages
Expand Down

0 comments on commit 20e9f49

Please sign in to comment.