Skip to content

Commit

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

0 comments on commit 9b6c599

Please sign in to comment.