Skip to content

Commit

Permalink
manual release stesp
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Jun 14, 2024
1 parent ee462db commit e5c93ae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ 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
git clean -xdf
git restore -SW .
flit build
python -m twine check dist/*
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e5c93ae

Please sign in to comment.