Skip to content

Commit eb51916

Browse files
Merge pull request #4 from olly-writes-code/update-publish-logic
update publish trigger
2 parents 2fb7d10 + 8f1f6ed commit eb51916

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
name: Publish to PyPI
44
on:
5-
push:
6-
branches:
7-
- main
5+
release:
6+
types: [released]
7+
workflow_dispatch:
88

99
jobs:
1010
build:

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'pyclipper2',
33
'cpp',
4-
version: '0.0.1',
4+
version: '0.0.2',
55
meson_version: '>=1.0.0',
66
default_options: ['cpp_std=c++17', 'b_ndebug=if-release'],
77
)

0 commit comments

Comments
 (0)