Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
8go authored Nov 21, 2024
1 parent 02fcc28 commit ba65d9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ name: Release - publish attested version to PyPi

on:
push:
# branches:
# - master
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
# branches:
# - master

# This will not work because of naming conflict, version will already exist.
# workflow_dispatch:
# workflow_dispatch:

jobs:
build-and-publish:
Expand Down

0 comments on commit ba65d9c

Please sign in to comment.