Skip to content

Commit da9f564

Browse files
committed
try pypi workflow on build-release workflow 5
1 parent 03dc9d5 commit da9f564

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/publish_pypi.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Publish to PyPI
22

33
on:
4-
release:
4+
workflow_run:
5+
workflows: ["Build and Release"]
56
types:
6-
- published
7+
- completed
78

89
jobs:
910
publish:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Release Python Wheel
1+
name: Build and Release
22

33
on:
44
push:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "affinity"
7-
version = "0.8.4"
7+
version = "0.8.5"
88
description = "Module for creating well-documented datasets, with types and annotations."
99
authors = [
1010
{ name = "Alex Kislukhin" }

0 commit comments

Comments
 (0)