We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98824b6 + e781753 commit e4fb01fCopy full SHA for e4fb01f
1 file changed
.github/workflows/python-publish.yml
@@ -8,9 +8,8 @@
8
9
name: Upload Python Package
10
11
-on:
12
- release:
13
- types: [published]
+on: push
+
14
15
permissions:
16
contents: read
@@ -22,6 +21,8 @@ jobs:
22
21
23
steps:
24
- uses: actions/checkout@v3
+ - name: Fetch all history for all tags and branches
25
+ run: git fetch --prune --unshallow
26
- name: Set up Python
27
uses: actions/setup-python@v3
28
with:
0 commit comments