Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjerry committed Apr 10, 2024
1 parent b2ea4f1 commit 71717c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ main ]
tags: [ 'v*' ]
workflow_dispatch:
# Trigger the workflow on any pull request
# pull_request:
# schedule:
Expand Down Expand Up @@ -131,7 +132,9 @@ jobs:
name: Deploy
needs: [ build-tarball, build-wheels ]
runs-on: ubuntu-latest

permissions:
contents: write # IMPORTANT: mandatory for making GitHub Releases
id-token: write # IMPORTANT: mandatory for sigstore
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 71717c2

Please sign in to comment.