Skip to content

Commit

Permalink
Refactor query writer to be smarter
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrt committed Jul 18, 2023
1 parent 699a001 commit 5342868
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Build and check package
run: |
source .env/bin/activate
pip install wheel, twine
pip install wheel
pip install twine
python setup.py sdist bdist_wheel
twine check dist/*

0 comments on commit 5342868

Please sign in to comment.