We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c512e2e commit 652d77cCopy full SHA for 652d77c
1 file changed
.github/workflows/publishpypi.yml
@@ -9,6 +9,7 @@
9
name: Upload Python Package
10
11
on:
12
+ workflow_dispatch:
13
release:
14
types: [published]
15
@@ -24,7 +25,7 @@ jobs:
24
25
26
- uses: actions/setup-python@v5
27
with:
- python-version: "3.x"
28
+ python-version: "3.10"
29
30
- name: Build release distributions
31
run: |
@@ -51,7 +52,7 @@ jobs:
51
52
environment:
53
name: pypi
54
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
- url: https://pypi.org/p/yake
55
+ # url: https://pypi.org/p/YOURPROJECT
56
#
57
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
58
# ALTERNATIVE: exactly, uncomment the following line instead:
0 commit comments