Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Sep 10, 2024
1 parent f8ea349 commit ba0bf51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
- name: Install Building Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade build
- name: Build package
run: |
python -m build
Expand Down

0 comments on commit ba0bf51

Please sign in to comment.