Skip to content

Commit

Permalink
modify release.yml - 5
Browse files Browse the repository at this point in the history
  • Loading branch information
MingjieJian committed Jan 19, 2024
1 parent e333ca3 commit 96fdf3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Build a binary wheel and a source tarball
- name: Install required packages
run: pip install setuptools atexit
- name: Build a source tarball
run: python3 setup.py sdist
- name: Upload all the dists
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 96fdf3b

Please sign in to comment.