Skip to content

Commit

Permalink
don't use makefile target for testing pip release anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed May 31, 2024
1 parent 6639a50 commit 0fb8317
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
pip install tomli flit twine
- name: Build artifacts
run: make pypi
run: |
python -m pip install --upgrade pip
python -m pip install flit wheel twine
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0fb8317

Please sign in to comment.