Skip to content

Commit 8d1cc42

Browse files
authored
Fix publishing workflow (#9)
1 parent 87a3a81 commit 8d1cc42

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- '*'
7+
workflow_dispatch:
78

89
jobs:
910
build:
@@ -25,7 +26,7 @@ jobs:
2526
- name: Build a binary wheel and a source tarball
2627
run: python3 -m build
2728
- name: Store the distribution packages
28-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
2930
with:
3031
name: python-package-distributions
3132
path: dist/

0 commit comments

Comments
 (0)