Skip to content

Commit 652d77c

Browse files
committed
Update publishpypi.yml
1 parent c512e2e commit 652d77c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publishpypi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
name: Upload Python Package
1010

1111
on:
12+
workflow_dispatch:
1213
release:
1314
types: [published]
1415

@@ -24,7 +25,7 @@ jobs:
2425

2526
- uses: actions/setup-python@v5
2627
with:
27-
python-version: "3.x"
28+
python-version: "3.10"
2829

2930
- name: Build release distributions
3031
run: |
@@ -51,7 +52,7 @@ jobs:
5152
environment:
5253
name: pypi
5354
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
54-
url: https://pypi.org/p/yake
55+
# url: https://pypi.org/p/YOURPROJECT
5556
#
5657
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
5758
# ALTERNATIVE: exactly, uncomment the following line instead:

0 commit comments

Comments
 (0)