Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yxjiang committed Mar 11, 2024
1 parent cde2f4d commit e9bb2f2
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,4 @@ jobs:
- name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags/v')
run: |
poetry publish
# - name: Build package
# run: |
# python setup.py sdist bdist_wheel

# - name: Publish to Test PyPI
# if: startsWith(github.ref, 'refs/tags/test-')
# uses: pypa/[email protected]
# with:
# user: __token__
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# repository_url: https://test.pypi.org/legacy/

# - name: Publish to PyPI
# if: startsWith(github.ref, 'refs/tags/v')
# uses: pypa/[email protected]
# with:
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }}
poetry publish

0 comments on commit e9bb2f2

Please sign in to comment.