Skip to content

Commit

Permalink
publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Apr 2, 2024
1 parent 2e86a3a commit 9fbab79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
- uses: "actions/setup-python@v5"
with:
python-version: "3.x"
- run: "git update-index --assume-unchanged pyproject.toml"
- run: "python -m pip install --upgrade build"
- run: "python -m build ."
- uses: "actions/upload-artifact@v3"
Expand Down

0 comments on commit 9fbab79

Please sign in to comment.