Skip to content

Commit

Permalink
fix mysqlcinet error when building wheel files on github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenlu committed Jan 24, 2024
1 parent c778031 commit 02eb347
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
RELEASE_VERSION: ${{ steps.set_version.outputs.tag }}
run: |
poetry version $RELEASE_VERSION
- name: install dependencies
run: |
sudo apt-get install python3-dev default-libmysqlclient-dev build-essential
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
Expand Down

0 comments on commit 02eb347

Please sign in to comment.