Skip to content

Commit

Permalink
Use new PyPI trusted publisher management (#1138)
Browse files Browse the repository at this point in the history
* Use new PyPI trusted publisher management

* Add forgotten on
  • Loading branch information
michalk8 authored Nov 8, 2023
1 parent 01a79ca commit c11a86b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
environment: deployment
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand All @@ -24,7 +27,6 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}
skip-existing: true
verify-metadata: true
verbose: true

0 comments on commit c11a86b

Please sign in to comment.