Skip to content

Commit

Permalink
Update publish-pypi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend authored Oct 24, 2024
1 parent 46abc07 commit 97cb35e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
name: python-package-distributions
path: dist/

publish-to-pypi:
if: contains(github.ref, '/tags/') && contains(github.event.base_ref, 'main')
environment:
Expand Down Expand Up @@ -61,9 +62,6 @@ jobs:
needs:
- build
runs-on: ubuntu-latest
environment:
name: pypi
url: https://test.pypi.org/p/dcnodatg
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
Expand Down

0 comments on commit 97cb35e

Please sign in to comment.