Skip to content

Commit

Permalink
Add twine config to release section (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenz Lamm <[email protected]>
  • Loading branch information
LorenzLamm and Lorenz Lamm authored Jan 17, 2024
1 parent 11cd205 commit 3fd4de9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
- name: 🚢 Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TWINE_API_KEY }}

- uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 3fd4de9

Please sign in to comment.