Skip to content

Commit

Permalink
Use new PyPI trusted publisher management
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Nov 8, 2023
1 parent 01a79ca commit c4983d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Deployment
on:
push:
tags: [v*]

jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand All @@ -24,7 +23,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 c4983d3

Please sign in to comment.