Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fate authored Feb 5, 2024
1 parent 3110148 commit cadcc0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,6 @@ jobs:
poetry-version: 1.7.1

- name: Publish
run: poetry publish --build -p ${{ secrets.PYPY_TOKEN }} -u ${{ secrets.PYPY_USER }}
run: |
poetry config pypi-token.pypi ${{ secrets.PYPY_TOKEN }}
poetry publish --build

0 comments on commit cadcc0b

Please sign in to comment.