Skip to content

Commit

Permalink
fix publish.yml 3
Browse files Browse the repository at this point in the history
  • Loading branch information
YuAirLab committed Sep 2, 2024
1 parent f8bc57f commit 7533938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Publish package to PyPI
env:
PYPI_API_TOKEN: ${{ secrets.BETA_DIA }}
TWINE_PASSWORD: ${{ secrets.BETA_DIA }}
TWINE_NO_KEYRING: true
run: |
pip install twine
twine upload dist/*

0 comments on commit 7533938

Please sign in to comment.