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 d210485 commit 699a001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Build and check package
run: |
source .env/bin/activate
pip install wheel
pip install wheel, twine
python setup.py sdist bdist_wheel
twine check dist/*

0 comments on commit 699a001

Please sign in to comment.