Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Apr 20, 2024
1 parent 5216592 commit c5ba2d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:
deploy:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pluggy'
runs-on: ubuntu-latest

permissions:
id-token: write
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -140,6 +141,3 @@ jobs:

- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.8.6
with:
user: __token__
password: ${{ secrets.pypi_token }}

0 comments on commit c5ba2d8

Please sign in to comment.