Skip to content

Commit

Permalink
update the pythonpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yafshar committed Mar 21, 2024
1 parent ce09d3c commit b869f72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install --upgrade build
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit b869f72

Please sign in to comment.