Skip to content

Commit 1159c02

Browse files
committed
Testing complete, see PR #81. Remove trigger
1 parent 5c120a3 commit 1159c02

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
name: Publish to PyPI
22

33
on:
4-
push:
5-
branches: [dickson/version-bump] # TESTING ONLY - REMOVE BEFORE MERGE
64
workflow_dispatch:
75
inputs:
86
version:
97
description: 'Version to publish (e.g., 0.1.0)'
108
required: true
119
type: string
12-
default: '0.0.0.dev20250721' # TESTING ONLY - REMOVE BEFORE MERGE
1310
jobs:
1411
test:
1512
runs-on: ubuntu-latest
@@ -79,7 +76,7 @@ jobs:
7976
- name: Set version
8077
id: version
8178
run: |
82-
VERSION="${{ github.event.inputs.version || '0.0.0.dev20250721' }}" # TESTING ONLY - defaults to test version
79+
VERSION="${{ github.event.inputs.version }}"
8380
echo "VERSION=$VERSION" >> $GITHUB_ENV
8481
echo "version=$VERSION" >> $GITHUB_OUTPUT
8582

0 commit comments

Comments
 (0)