Skip to content

Commit

Permalink
修改上传到test.pypi的actions内容
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-bin committed May 13, 2024
1 parent 0ef5ce0 commit 0c56304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
pip install
build
--user
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Build a source tarball
run: python3 -m build --sdist
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0c56304

Please sign in to comment.