Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
angelhof committed Dec 21, 2024
1 parent 237e37f commit 9dffb9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
permissions:
id-token: write
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
if: github.ref == 'refs/heads/main'

steps:
- name: Download distributions
Expand All @@ -79,7 +79,7 @@ jobs:
pattern: cibw-*
merge-multiple: true

- name: Deploy test distribution to Test PyPI
- name: Deploy distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
Expand Down

0 comments on commit 9dffb9b

Please sign in to comment.