Skip to content

Commit

Permalink
don't run action on push
Browse files Browse the repository at this point in the history
  • Loading branch information
pszafer committed Jan 8, 2024
1 parent a9d0d94 commit 1d7fc38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- v*
branches:
- 'dev'
paths:
- '**.py'
pull_request:
Expand Down Expand Up @@ -38,4 +36,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags') || startsWith(github.event.inputs.tags, 'Deploy')
run: |
pdm plugin add pdm-publish
pdm publish -v --password ${{ secrets.PYPI_API_TOKEN }}
pdm publish --password ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 1d7fc38

Please sign in to comment.