Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinxten authored Feb 2, 2024
1 parent 2c126b2 commit 9579948
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Upload Python Package

on:
release:
types: [published]
types: [published, workflow_dispatch]

permissions:
contents: read
Expand All @@ -29,6 +29,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Make the script files executable
run: chmod +x ./gh-version.sh
- name: Modify version
run: ./gh-version.sh
- name: Install dependencies
Expand Down

0 comments on commit 9579948

Please sign in to comment.