Skip to content

Commit 9dffb9b

Browse files
committed
nit
1 parent 237e37f commit 9dffb9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
permissions:
7070
id-token: write
7171
runs-on: ubuntu-latest
72-
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
72+
if: github.ref == 'refs/heads/main'
7373

7474
steps:
7575
- name: Download distributions
@@ -79,7 +79,7 @@ jobs:
7979
pattern: cibw-*
8080
merge-multiple: true
8181

82-
- name: Deploy test distribution to Test PyPI
82+
- name: Deploy distribution to PyPI
8383
uses: pypa/gh-action-pypi-publish@release/v1
8484
with:
8585
verbose: true

0 commit comments

Comments
 (0)