Skip to content

Commit

Permalink
fix: Add building step to package_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyabareeva authored Nov 21, 2024
1 parent 9ebe03a commit 7056c28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/package_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
with:
fetch-depth: 0

- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade build
- name: Build package
run: python3 -m build

- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 7056c28

Please sign in to comment.