Skip to content

Commit a6000c2

Browse files
committed
Also run the upload job to check the downloaded files.
1 parent 33419ef commit a6000c2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/github-deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ jobs:
8585
permissions:
8686
# IMPORTANT: this permission is mandatory for trusted publishing
8787
id-token: write
88-
# upload to PyPI on every tag starting with 'v'
89-
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
90-
# alternatively, to publish when a GitHub Release is created, use the following rule:
91-
# if: github.event_name == 'release' && github.event.action == 'published'
9288
steps:
9389
- uses: actions/download-artifact@v4
9490
with:

0 commit comments

Comments
 (0)