Skip to content

Commit b894574

Browse files
committed
Always run publishing
1 parent c4c4d21 commit b894574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id-token: write
5656
# if: github.event_name == 'release' && github.event.action == 'published'
5757
# or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this)
58-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
58+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
5959
steps:
6060
- uses: actions/download-artifact@v4
6161
with:

0 commit comments

Comments
 (0)