Skip to content

Commit

Permalink
Fix PyPI publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Oct 5, 2023
1 parent c0e2c6c commit 885e233
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-hogql-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
uses: actions/download-artifact@v3
with:
name: artifact
path: dist
path: hogql_parser/dist/

- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: hogql_parser/dist/

0 comments on commit 885e233

Please sign in to comment.