Skip to content

Commit

Permalink
Use PyPI trusted publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker authored Aug 9, 2023
1 parent fbf0a21 commit a5ab10b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ jobs:
run: python -m build
- name: "🚀 Publish Python package"
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
release:
name: "🚀 Create GitHub release"
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down Expand Up @@ -190,4 +187,4 @@ jobs:
fail_on_unmatched_files: true
draft: false
prerelease: false
generate_release_notes: true
generate_release_notes: true

0 comments on commit a5ab10b

Please sign in to comment.