Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Oct 10, 2023
1 parent d0206c6 commit 03412ac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ jobs:
- name: Install Dependencies
run: pdm sync
- name: Build & publish
run: pdm build -d dist
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
run: pdm publish -u __token__ -p ${{ secrets.PYPI_TOKEN }}

0 comments on commit 03412ac

Please sign in to comment.