Skip to content

Commit 5918816

Browse files
author
Will McGinnis
committed
debugging pypi ci
1 parent 26cdfb8 commit 5918816

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "PyPI Packaging"
22
on:
33
release:
4-
types: [published]
4+
types: [published, created]
55

66
jobs:
77
publish:

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.0.3
2-
======
1+
v0.0.3 + v0.0.4
2+
===============
33

44
* No change, debugging CI
55

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.3'
1+
__version__ = '0.0.4'

0 commit comments

Comments
 (0)