We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a3a81 commit 8d1cc42Copy full SHA for 8d1cc42
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
tags:
6
- '*'
7
+ workflow_dispatch:
8
9
jobs:
10
build:
@@ -25,7 +26,7 @@ jobs:
25
26
- name: Build a binary wheel and a source tarball
27
run: python3 -m build
28
- name: Store the distribution packages
- uses: actions/upload-artifact@v3
29
+ uses: actions/upload-artifact@v4
30
with:
31
name: python-package-distributions
32
path: dist/
0 commit comments